Shades of Cabaret #CC6078
Tints of Cabaret #CC6078
RGB
CMYK
RGB Variations
Color information
#CC6078 (or 0xCC6078) is known color: Cabaret. HEX triplet: CC, 60 and 78. RGB value is (204,96,120). Sum of RGB (Red+Green+Blue) = 204+96+120=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6078 is #339F87. Grayscale: #838383. Windows color (decimal): -3383176 or 7889100. OLE color: 7889100.
HSL color Cylindrical-coordinate representation of color #CC6078: hue angle of 346.67º 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 #CC6078 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 120 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.2 |
| HSL | 346.67º | 0.51% | 0.59% | - |
| HSV(B) | 346.67º | 0.53% | 0.8% | - |
| XYZ | 32.47 | 22.56 | 20.41 | - |
| YUV | 131.03 | 121.78 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 120 | 0 | 0.53 | 0.41 | 0.2 | 346.67 | 0.51 | 0.59 |
| Hex | CC | 60 | 78 | 0 | 35 | 29 | 14 | 15B | 33 | 3B |
| Octal | 314 | 140 | 170 | 0 | 65 | 51 | 24 | 533 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1111000 | 0 | 110101 | 101001 | 10100 | 101011011 | 110011 | 111011 |
Color Harmonies of #CC6078
Complementary color
Monochromatic Colors of #CC6078
Black with #CC6078
Text Example
Text Example
White with #CC6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6078; }
p { color: rgb(204,96,120); }
H1.HeaderClassName
{
color: #CC6078;
}
.AnyTagClassName
{
color: #CC6078;
}
</style>
background-color css
<style>
a { background-color: #CC6078; }
a { background-color: rgb(204,96,120); }
div.DivClassName
{
background-color: #CC6078;
}
.BgClassName
{
background-color: #CC6078;
}
</style>
border-color css
<style>
span { border-color: #CC6078; }
span { border-color: rgb(204,96,120); }
td.TdClassName
{
border-color: #CC6078;
}
.TagClassName
{
border-color: #CC6078;
}
</style>