#CC666B

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

Shades of Cabaret #CC666B

Tints of Cabaret #CC666B

Color information

#CC666B (or 0xCC666B) is unknown color: approx Cabaret. HEX triplet: CC, 66 and 6B. RGB value is (204,102,107). Sum of RGB (Red+Green+Blue) = 204+102+107=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC666B is #339994. Grayscale: #858585. Windows color (decimal): -3381653 or 7038668. OLE color: 7038668.

HSL color Cylindrical-coordinate representation of color #CC666B: hue angle of 357.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC666B is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB204102107-
CMYK00.50.480.2
HSL357.06º50%60%-
HSV(B)357.06º50%80%-
XYZ32.3123.416.72-
YUV133.07113.29178.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.39%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=49.39%
G=24.70%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410210700.50.480.2357.065060
HexCC666B0323014165323c
Octal31414615306260245456274
Binary1100110011001101101011011001011000010100101100101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC666B; }

 p { color: rgb(204,102,107); }

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

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

 a { background-color: rgb(204,102,107); }

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

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

 span { border-color: rgb(204,102,107); }

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