Shades of Cabaret #CC666D
Tints of Cabaret #CC666D
RGB
CMYK
RGB Variations
Color information
#CC666D (or 0xCC666D) is known color: Cabaret. HEX triplet: CC, 66 and 6D. RGB value is (204,102,109). Sum of RGB (Red+Green+Blue) = 204+102+109=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC666D is #339992. Grayscale: #858585. Windows color (decimal): -3381651 or 7169740. OLE color: 7169740.
HSL color Cylindrical-coordinate representation of color #CC666D: hue angle of 355.88º 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 #CC666D is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 109 | - |
| CMYK | 0 | 0.5 | 0.47 | 0.2 |
| HSL | 355.88º | 0.5% | 0.6% | - |
| HSV(B) | 355.88º | 0.5% | 0.8% | - |
| XYZ | 32.41 | 23.44 | 17.28 | - |
| YUV | 133.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 109 | 0 | 0.5 | 0.47 | 0.2 | 355.88 | 0.5 | 0.6 |
| Hex | CC | 66 | 6D | 0 | 32 | 2F | 14 | 164 | 32 | 3C |
| Octal | 314 | 146 | 155 | 0 | 62 | 57 | 24 | 544 | 62 | 74 |
| Binary | 11001100 | 1100110 | 1101101 | 0 | 110010 | 101111 | 10100 | 101100100 | 110010 | 111100 |
Color Harmonies of #CC666D
Complementary color
Monochromatic Colors of #CC666D
Black with #CC666D
Text Example
Text Example
White with #CC666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC666D; }
p { color: rgb(204,102,109); }
H1.HeaderClassName
{
color: #CC666D;
}
.AnyTagClassName
{
color: #CC666D;
}
</style>
background-color css
<style>
a { background-color: #CC666D; }
a { background-color: rgb(204,102,109); }
div.DivClassName
{
background-color: #CC666D;
}
.BgClassName
{
background-color: #CC666D;
}
</style>
border-color css
<style>
span { border-color: #CC666D; }
span { border-color: rgb(204,102,109); }
td.TdClassName
{
border-color: #CC666D;
}
.TagClassName
{
border-color: #CC666D;
}
</style>