#ca5570

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

Shades of Cabaret #CA5570

Tints of Cabaret #CA5570

Color information

#CA5570 (or 0xCA5570) is unknown color: approx Cabaret. HEX triplet: CA, 55 and 70. RGB value is (202,85,112). Sum of RGB (Red+Green+Blue) = 202+85+112=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5570 is #35AA8F. Grayscale: #7B7B7B. Windows color (decimal): -3517072 or 7361994. OLE color: 7361994.

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

Color convert

RGB20285112-
CMYK00.580.450.21
HSL346.15º52.47%56.27%-
HSV(B)346.15º57.92%79.22%-
XYZ30.5320.2217.62-
YUV123.06121.76184.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 112 (44.14% from 255) = 28.07%
R=50.63%
G=21.30%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028511200.580.450.21346.1552.4756.27
HexCA557003A2D1515a3438
Octal31212516007255255326470
Binary1100101010101011110000011101010110110101101011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5570; }

 p { color: rgb(202,85,112); }

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

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

 a { background-color: rgb(202,85,112); }

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

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

 span { border-color: rgb(202,85,112); }

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