#CA5166

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

Shades of Cabaret #CA5166

Tints of Cabaret #CA5166

Color information

#CA5166 (or 0xCA5166) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 66. RGB value is (202,81,102). Sum of RGB (Red+Green+Blue) = 202+81+102=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5166 is #35AE99. Grayscale: #777777. Windows color (decimal): -3518106 or 6705610. OLE color: 6705610.

HSL color Cylindrical-coordinate representation of color #CA5166: hue angle of 349.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5166 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20281102-
CMYK00.600.500.21
HSL349.59º53.3%55.49%-
HSV(B)349.59º59.9%79.22%-
XYZ29.719.414.75-
YUV119.57118.09186.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=52.47%
G=21.04%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028110200.600.500.21349.5953.355.49
HexCA516603C321515e3537
Octal31212114607462255366567
Binary1100101010100011100110011110011001010101101011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5166; }

 p { color: rgb(202,81,102); }

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

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

 a { background-color: rgb(202,81,102); }

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

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

 span { border-color: rgb(202,81,102); }

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