#CA5464

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

Shades of Cabaret #CA5464

Tints of Cabaret #CA5464

Color information

#CA5464 (or 0xCA5464) is unknown color: approx Cabaret. HEX triplet: CA, 54 and 64. RGB value is (202,84,100). Sum of RGB (Red+Green+Blue) = 202+84+100=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5464 is #35AB9B. Grayscale: #797979. Windows color (decimal): -3517340 or 6575306. OLE color: 6575306.

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

Color convert

RGB20284100-
CMYK00.580.500.21
HSL351.86º52.68%56.08%-
HSV(B)351.86º58.42%79.22%-
XYZ29.8319.8214.31-
YUV121.11116.09185.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.33%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 100 (39.45% from 255) = 25.91%
R=52.33%
G=21.76%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028410000.580.500.21351.8652.6856.08
HexCA546403A32151603538
Octal31212414407262255406570
Binary1100101010101001100100011101011001010101101100000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5464; }

 p { color: rgb(202,84,100); }

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

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

 a { background-color: rgb(202,84,100); }

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

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

 span { border-color: rgb(202,84,100); }

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