#CA606C

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

Shades of Cabaret #CA606C

Tints of Cabaret #CA606C

Color information

#CA606C (or 0xCA606C) is unknown color: approx Cabaret. HEX triplet: CA, 60 and 6C. RGB value is (202,96,108). Sum of RGB (Red+Green+Blue) = 202+96+108=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA606C is #359F93. Grayscale: #818181. Windows color (decimal): -3514260 or 7102666. OLE color: 7102666.

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

Color convert

RGB20296108-
CMYK00.520.470.21
HSL353.21º50%58.43%-
HSV(B)353.21º52.48%79.22%-
XYZ31.2522.0116.79-
YUV129.06116.12180.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=49.75%
G=23.65%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029610800.520.470.21353.215058.43
HexCA606C0342F15161323a
Octal31214015406457255416272
Binary1100101011000001101100011010010111110101101100001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA606C; }

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

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

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

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

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

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

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

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