#CA4B6C

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

Shades of Cabaret #CA4B6C

Tints of Cabaret #CA4B6C

Color information

#CA4B6C (or 0xCA4B6C) is unknown color: approx Cabaret. HEX triplet: CA, 4B and 6C. RGB value is (202,75,108). Sum of RGB (Red+Green+Blue) = 202+75+108=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B6C is #35B493. Grayscale: #747474. Windows color (decimal): -3519636 or 7097290. OLE color: 7097290.

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

Color convert

RGB20275108-
CMYK00.630.470.21
HSL344.41º54.51%54.31%-
HSV(B)344.41º62.87%79.22%-
XYZ29.5818.6716.23-
YUV116.74123.08188.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.47%
GREEN value IS 75 (29.69% from 255) = 19.48%
BLUE value IS 108 (42.58% from 255) = 28.05%
R=52.47%
G=19.48%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027510800.630.470.21344.4154.5154.31
HexCA4B6C03F2F151583736
Octal31211315407757255306766
Binary1100101010010111101100011111110111110101101011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4B6C; }

 p { color: rgb(202,75,108); }

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

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

 a { background-color: rgb(202,75,108); }

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

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

 span { border-color: rgb(202,75,108); }

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