Shades of Cabaret #CC666B
Tints of Cabaret #CC666B
RGB
CMYK
RGB Variations
Color information
#CC666B (or 0xCC666B) is known color: 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
| RGB | 204 | 102 | 107 | - |
| CMYK | 0 | 0.5 | 0.48 | 0.2 |
| HSL | 357.06º | 0.5% | 0.6% | - |
| HSV(B) | 357.06º | 0.5% | 0.8% | - |
| XYZ | 32.31 | 23.4 | 16.72 | - |
| YUV | 133.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 107 | 0 | 0.5 | 0.48 | 0.2 | 357.06 | 0.5 | 0.6 |
| Hex | CC | 66 | 6B | 0 | 32 | 30 | 14 | 165 | 32 | 3C |
| Octal | 314 | 146 | 153 | 0 | 62 | 60 | 24 | 545 | 62 | 74 |
| Binary | 11001100 | 1100110 | 1101011 | 0 | 110010 | 110000 | 10100 | 101100101 | 110010 | 111100 |
Color Harmonies of #CC666B
Complementary color
Monochromatic Colors of #CC666B
Black with #CC666B
Text Example
Text Example
White with #CC666B
Text Example
Text Example
HTML Codes & Css Web 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>