#CA6470

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

Shades of Cabaret #CA6470

Tints of Cabaret #CA6470

Color information

#CA6470 (or 0xCA6470) is unknown color: approx Cabaret. HEX triplet: CA, 64 and 70. RGB value is (202,100,112). Sum of RGB (Red+Green+Blue) = 202+100+112=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6470 is #359B8F. Grayscale: #838383. Windows color (decimal): -3513232 or 7365834. OLE color: 7365834.

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

Color convert

RGB202100112-
CMYK00.500.450.21
HSL352.94º49.04%59.22%-
HSV(B)352.94º50.5%79.22%-
XYZ31.8422.8418.06-
YUV131.87116.79178.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=48.79%
G=24.15%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210011200.500.450.21352.9449.0459.22
HexCA64700322D15161313b
Octal31214416006255255416173
Binary1100101011001001110000011001010110110101101100001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6470; }

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

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

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

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

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

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

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

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