Shades of Cabaret #CC6776
Tints of Cabaret #CC6776
RGB
CMYK
RGB Variations
Color information
#CC6776 (or 0xCC6776) is known color: Cabaret. HEX triplet: CC, 67 and 76. RGB value is (204,103,118). Sum of RGB (Red+Green+Blue) = 204+103+118=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6776 is #339889. Grayscale: #868686. Windows color (decimal): -3381386 or 7759820. OLE color: 7759820.
HSL color Cylindrical-coordinate representation of color #CC6776: hue angle of 351.09º 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 #CC6776 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 118 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.2 |
| HSL | 351.09º | 0.5% | 0.6% | - |
| HSV(B) | 351.09º | 0.5% | 0.8% | - |
| XYZ | 33.02 | 23.85 | 20 | - |
| YUV | 134.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 118 | 0 | 0.50 | 0.42 | 0.2 | 351.09 | 0.5 | 0.6 |
| Hex | CC | 67 | 76 | 0 | 32 | 2A | 14 | 15F | 32 | 3C |
| Octal | 314 | 147 | 166 | 0 | 62 | 52 | 24 | 537 | 62 | 74 |
| Binary | 11001100 | 1100111 | 1110110 | 0 | 110010 | 101010 | 10100 | 101011111 | 110010 | 111100 |
Color Harmonies of #CC6776
Complementary color
Monochromatic Colors of #CC6776
Black with #CC6776
Text Example
Text Example
White with #CC6776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6776; }
p { color: rgb(204,103,118); }
H1.HeaderClassName
{
color: #CC6776;
}
.AnyTagClassName
{
color: #CC6776;
}
</style>
background-color css
<style>
a { background-color: #CC6776; }
a { background-color: rgb(204,103,118); }
div.DivClassName
{
background-color: #CC6776;
}
.BgClassName
{
background-color: #CC6776;
}
</style>
border-color css
<style>
span { border-color: #CC6776; }
span { border-color: rgb(204,103,118); }
td.TdClassName
{
border-color: #CC6776;
}
.TagClassName
{
border-color: #CC6776;
}
</style>