#CA5465

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

Shades of Cabaret #CA5465

Tints of Cabaret #CA5465

Color information

#CA5465 (or 0xCA5465) is unknown color: approx Cabaret. HEX triplet: CA, 54 and 65. RGB value is (202,84,101). Sum of RGB (Red+Green+Blue) = 202+84+101=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5465 is #35AB9A. Grayscale: #797979. Windows color (decimal): -3517339 or 6640842. OLE color: 6640842.

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

Color convert

RGB20284101-
CMYK00.580.500.21
HSL351.36º52.68%56.08%-
HSV(B)351.36º58.42%79.22%-
XYZ29.8819.8414.57-
YUV121.22116.59185.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=52.20%
G=21.71%
B=26.10%

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
Decimal2028410100.580.500.21351.3652.6856.08
HexCA546503A321515f3538
Octal31212414507262255376570
Binary1100101010101001100101011101011001010101101011111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5465; }

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

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

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

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

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

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

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

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