Shades of Cabaret #CC6876
Tints of Cabaret #CC6876
RGB
CMYK
RGB Variations
Color information
#CC6876 (or 0xCC6876) is known color: Cabaret. HEX triplet: CC, 68 and 76. RGB value is (204,104,118). Sum of RGB (Red+Green+Blue) = 204+104+118=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6876 is #339789. Grayscale: #878787. Windows color (decimal): -3381130 or 7760076. OLE color: 7760076.
HSL color Cylindrical-coordinate representation of color #CC6876: hue angle of 351.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6876 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 104 | 118 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.2 |
| HSL | 351.6º | 0.5% | 0.6% | - |
| HSV(B) | 351.6º | 0.49% | 0.8% | - |
| XYZ | 33.12 | 24.05 | 20.04 | - |
| YUV | 135.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 104 | 118 | 0 | 0.49 | 0.42 | 0.2 | 351.6 | 0.5 | 0.6 |
| Hex | CC | 68 | 76 | 0 | 31 | 2A | 14 | 160 | 32 | 3C |
| Octal | 314 | 150 | 166 | 0 | 61 | 52 | 24 | 540 | 62 | 74 |
| Binary | 11001100 | 1101000 | 1110110 | 0 | 110001 | 101010 | 10100 | 101100000 | 110010 | 111100 |
Color Harmonies of #CC6876
Complementary color
Monochromatic Colors of #CC6876
Black with #CC6876
Text Example
Text Example
White with #CC6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6876; }
p { color: rgb(204,104,118); }
H1.HeaderClassName
{
color: #CC6876;
}
.AnyTagClassName
{
color: #CC6876;
}
</style>
background-color css
<style>
a { background-color: #CC6876; }
a { background-color: rgb(204,104,118); }
div.DivClassName
{
background-color: #CC6876;
}
.BgClassName
{
background-color: #CC6876;
}
</style>
border-color css
<style>
span { border-color: #CC6876; }
span { border-color: rgb(204,104,118); }
td.TdClassName
{
border-color: #CC6876;
}
.TagClassName
{
border-color: #CC6876;
}
</style>