#CA666C

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

Shades of Cabaret #CA666C

Tints of Cabaret #CA666C

Color information

#CA666C (or 0xCA666C) is unknown color: approx Cabaret. HEX triplet: CA, 66 and 6C. RGB value is (202,102,108). Sum of RGB (Red+Green+Blue) = 202+102+108=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA666C is #359993. Grayscale: #848484. Windows color (decimal): -3512724 or 7104202. OLE color: 7104202.

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

Color convert

RGB202102108-
CMYK00.500.470.21
HSL356.4º48.54%59.61%-
HSV(B)356.4º49.5%79.22%-
XYZ31.8223.1416.98-
YUV132.58114.13177.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=49.03%
G=24.76%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210210800.500.470.21356.448.5459.61
HexCA666C0322F15164313c
Octal31214615406257255446174
Binary1100101011001101101100011001010111110101101100100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA666C; }

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

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

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

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

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

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

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

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