#CA4A70

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

Shades of Cabaret #CA4A70

Tints of Cabaret #CA4A70

Color information

#CA4A70 (or 0xCA4A70) is unknown color: approx Cabaret. HEX triplet: CA, 4A and 70. RGB value is (202,74,112). Sum of RGB (Red+Green+Blue) = 202+74+112=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A70 is #35B58F. Grayscale: #747474. Windows color (decimal): -3519888 or 7359178. OLE color: 7359178.

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

Color convert

RGB20274112-
CMYK00.630.450.21
HSL342.19º54.7%54.12%-
HSV(B)342.19º63.37%79.22%-
XYZ29.7318.6217.36-
YUV116.6125.41188.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 74 (29.30% from 255) = 19.07%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=52.06%
G=19.07%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027411200.630.450.21342.1954.754.12
HexCA4A7003F2D151563736
Octal31211216007755255266766
Binary1100101010010101110000011111110110110101101010110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A70; }

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

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

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

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

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

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

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

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