Shades of Cabaret #CC6777
Tints of Cabaret #CC6777
RGB
CMYK
RGB Variations
Color information
#CC6777 (or 0xCC6777) is known color: Cabaret. HEX triplet: CC, 67 and 77. RGB value is (204,103,119). Sum of RGB (Red+Green+Blue) = 204+103+119=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6777 is #339888. Grayscale: #878787. Windows color (decimal): -3381385 or 7825356. OLE color: 7825356.
HSL color Cylindrical-coordinate representation of color #CC6777: hue angle of 350.5º 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 #CC6777 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 103 | 119 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.2 |
| HSL | 350.5º | 0.5% | 0.6% | - |
| HSV(B) | 350.5º | 0.5% | 0.8% | - |
| XYZ | 33.08 | 23.87 | 20.32 | - |
| YUV | 135.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 103 | 119 | 0 | 0.50 | 0.42 | 0.2 | 350.5 | 0.5 | 0.6 |
| Hex | CC | 67 | 77 | 0 | 32 | 2A | 14 | 15E | 32 | 3C |
| Octal | 314 | 147 | 167 | 0 | 62 | 52 | 24 | 536 | 62 | 74 |
| Binary | 11001100 | 1100111 | 1110111 | 0 | 110010 | 101010 | 10100 | 101011110 | 110010 | 111100 |
Color Harmonies of #CC6777
Complementary color
Monochromatic Colors of #CC6777
Black with #CC6777
Text Example
Text Example
White with #CC6777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6777; }
p { color: rgb(204,103,119); }
H1.HeaderClassName
{
color: #CC6777;
}
.AnyTagClassName
{
color: #CC6777;
}
</style>
background-color css
<style>
a { background-color: #CC6777; }
a { background-color: rgb(204,103,119); }
div.DivClassName
{
background-color: #CC6777;
}
.BgClassName
{
background-color: #CC6777;
}
</style>
border-color css
<style>
span { border-color: #CC6777; }
span { border-color: rgb(204,103,119); }
td.TdClassName
{
border-color: #CC6777;
}
.TagClassName
{
border-color: #CC6777;
}
</style>