Shades of Cabaret #CC6670
Tints of Cabaret #CC6670
RGB
CMYK
RGB Variations
Color information
#CC6670 (or 0xCC6670) is known color: Cabaret. HEX triplet: CC, 66 and 70. RGB value is (204,102,112). Sum of RGB (Red+Green+Blue) = 204+102+112=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6670 is #33998F. Grayscale: #858585. Windows color (decimal): -3381648 or 7366348. OLE color: 7366348.
HSL color Cylindrical-coordinate representation of color #CC6670: hue angle of 354.12º 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 #CC6670 is Cyan = 0, Magento = 0.5, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 112 | - |
| CMYK | 0 | 0.5 | 0.45 | 0.2 |
| HSL | 354.12º | 0.5% | 0.6% | - |
| HSV(B) | 354.12º | 0.5% | 0.8% | - |
| XYZ | 32.58 | 23.51 | 18.15 | - |
| YUV | 133.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 112 | 0 | 0.5 | 0.45 | 0.2 | 354.12 | 0.5 | 0.6 |
| Hex | CC | 66 | 70 | 0 | 32 | 2D | 14 | 162 | 32 | 3C |
| Octal | 314 | 146 | 160 | 0 | 62 | 55 | 24 | 542 | 62 | 74 |
| Binary | 11001100 | 1100110 | 1110000 | 0 | 110010 | 101101 | 10100 | 101100010 | 110010 | 111100 |
Color Harmonies of #CC6670
Complementary color
Monochromatic Colors of #CC6670
Black with #CC6670
Text Example
Text Example
White with #CC6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6670; }
p { color: rgb(204,102,112); }
H1.HeaderClassName
{
color: #CC6670;
}
.AnyTagClassName
{
color: #CC6670;
}
</style>
background-color css
<style>
a { background-color: #CC6670; }
a { background-color: rgb(204,102,112); }
div.DivClassName
{
background-color: #CC6670;
}
.BgClassName
{
background-color: #CC6670;
}
</style>
border-color css
<style>
span { border-color: #CC6670; }
span { border-color: rgb(204,102,112); }
td.TdClassName
{
border-color: #CC6670;
}
.TagClassName
{
border-color: #CC6670;
}
</style>