#CA406F

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

Shades of Cabaret #CA406F

Tints of Cabaret #CA406F

Color information

#CA406F (or 0xCA406F) is unknown color: approx Cabaret. HEX triplet: CA, 40 and 6F. RGB value is (202,64,111). Sum of RGB (Red+Green+Blue) = 202+64+111=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA406F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA406F is #35BF90. Grayscale: #6E6E6E. Windows color (decimal): -3522449 or 7291082. OLE color: 7291082.

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

Color convert

RGB20264111-
CMYK00.680.450.21
HSL339.57º56.56%52.16%-
HSV(B)339.57º68.32%79.22%-
XYZ29.0617.3716.86-
YUV110.62128.22193.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=53.58%
G=16.98%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026411100.680.450.21339.5756.5652.16
HexCA406F0442D151543934
Octal312100157010455255247164
Binary11001010100000011011110100010010110110101101010100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA406F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA406F; }

 p { color: rgb(202,64,111); }

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

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

 a { background-color: rgb(202,64,111); }

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

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

 span { border-color: rgb(202,64,111); }

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