Shades of Cabaret #CC6077
Tints of Cabaret #CC6077
RGB
CMYK
RGB Variations
Color information
#CC6077 (or 0xCC6077) is known color: Cabaret. HEX triplet: CC, 60 and 77. RGB value is (204,96,119). Sum of RGB (Red+Green+Blue) = 204+96+119=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6077 is #339F88. Grayscale: #828282. Windows color (decimal): -3383177 or 7823564. OLE color: 7823564.
HSL color Cylindrical-coordinate representation of color #CC6077: hue angle of 347.22º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6077 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 119 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.2 |
| HSL | 347.22º | 0.51% | 0.59% | - |
| HSV(B) | 347.22º | 0.53% | 0.8% | - |
| XYZ | 32.41 | 22.54 | 20.09 | - |
| YUV | 130.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 119 | 0 | 0.53 | 0.42 | 0.2 | 347.22 | 0.51 | 0.59 |
| Hex | CC | 60 | 77 | 0 | 35 | 2A | 14 | 15B | 33 | 3B |
| Octal | 314 | 140 | 167 | 0 | 65 | 52 | 24 | 533 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1110111 | 0 | 110101 | 101010 | 10100 | 101011011 | 110011 | 111011 |
Color Harmonies of #CC6077
Complementary color
Monochromatic Colors of #CC6077
Black with #CC6077
Text Example
Text Example
White with #CC6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6077; }
p { color: rgb(204,96,119); }
H1.HeaderClassName
{
color: #CC6077;
}
.AnyTagClassName
{
color: #CC6077;
}
</style>
background-color css
<style>
a { background-color: #CC6077; }
a { background-color: rgb(204,96,119); }
div.DivClassName
{
background-color: #CC6077;
}
.BgClassName
{
background-color: #CC6077;
}
</style>
border-color css
<style>
span { border-color: #CC6077; }
span { border-color: rgb(204,96,119); }
td.TdClassName
{
border-color: #CC6077;
}
.TagClassName
{
border-color: #CC6077;
}
</style>