#c1566a

Color #C1566A Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C1566A

Tints of Cabaret #C1566A

Color information

#C1566A (or 0xC1566A) is unknown color: approx Cabaret. HEX triplet: C1, 56 and 6A. RGB value is (193,86,106). Sum of RGB (Red+Green+Blue) = 193+86+106=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1566A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1566A is #3EA995. Grayscale: #787878. Windows color (decimal): -4106646 or 6969025. OLE color: 6969025.

HSL color Cylindrical-coordinate representation of color #C1566A: hue angle of 348.79º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1566A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19386106-
CMYK00.550.450.24
HSL348.79º46.32%54.71%-
HSV(B)348.79º55.44%75.69%-
XYZ27.9219.0315.84-
YUV120.27119.95179.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 50.13%
GREEN value IS 86 (33.98% from 255) = 22.34%
BLUE value IS 106 (41.80% from 255) = 27.53%
R=50.13%
G=22.34%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938610600.550.450.24348.7946.3254.71
HexC1566A0372D1815d2e37
Octal30112615206755305355667
Binary1100000110101101101010011011110110111000101011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1566a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1566a; }

 p { color: rgb(193,86,106); }

 H1.HeaderClassName
 {
   color: #c1566a;
 }
 .AnyTagClassName
 {
   color: #c1566a;
 }
</style>
background-color css

<style>
 a { background-color: #c1566a; }

 a { background-color: rgb(193,86,106); }

 div.DivClassName
 {
   background-color: #c1566a;
 }
 .BgClassName
 {
   background-color: #c1566a;
 }
</style>
border-color css

<style>
 span { border-color: #c1566a; }

 span { border-color: rgb(193,86,106); }

 td.TdClassName
 {
   border-color: #c1566a;
 }
 .TagClassName
 {
   border-color: #c1566a;
 }
</style>