#CA5169

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

Shades of Cabaret #CA5169

Tints of Cabaret #CA5169

Color information

#CA5169 (or 0xCA5169) is unknown color: approx Cabaret. HEX triplet: CA, 51 and 69. RGB value is (202,81,105). Sum of RGB (Red+Green+Blue) = 202+81+105=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5169 is #35AE96. Grayscale: #777777. Windows color (decimal): -3518103 or 6902218. OLE color: 6902218.

HSL color Cylindrical-coordinate representation of color #CA5169: hue angle of 348.1º 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 #CA5169 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20281105-
CMYK00.600.480.21
HSL348.1º53.3%55.49%-
HSV(B)348.1º59.9%79.22%-
XYZ29.8519.4615.55-
YUV119.92119.59186.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=52.06%
G=20.88%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028110500.600.480.21348.153.355.49
HexCA516903C301515c3537
Octal31212115107460255346567
Binary1100101010100011101001011110011000010101101011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5169; }

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

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

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

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

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

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

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

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