#CA5370

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

Shades of Cabaret #CA5370

Tints of Cabaret #CA5370

Color information

#CA5370 (or 0xCA5370) is unknown color: approx Cabaret. HEX triplet: CA, 53 and 70. RGB value is (202,83,112). Sum of RGB (Red+Green+Blue) = 202+83+112=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5370 is #35AC8F. Grayscale: #797979. Windows color (decimal): -3517584 or 7361482. OLE color: 7361482.

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

Color convert

RGB20283112-
CMYK00.590.450.21
HSL345.38º52.89%55.88%-
HSV(B)345.38º58.91%79.22%-
XYZ30.3819.9117.57-
YUV121.89122.42185.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 83 (32.81% from 255) = 20.91%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=50.88%
G=20.91%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028311200.590.450.21345.3852.8955.88
HexCA537003B2D151593538
Octal31212316007355255316570
Binary1100101010100111110000011101110110110101101011001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5370; }

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

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

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

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

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

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

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

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