Shades of Cabaret #CC6079
Tints of Cabaret #CC6079
RGB
CMYK
RGB Variations
Color information
#CC6079 (or 0xCC6079) is known color: Cabaret. HEX triplet: CC, 60 and 79. RGB value is (204,96,121). Sum of RGB (Red+Green+Blue) = 204+96+121=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6079 is #339F86. Grayscale: #838383. Windows color (decimal): -3383175 or 7954636. OLE color: 7954636.
HSL color Cylindrical-coordinate representation of color #CC6079: hue angle of 346.11º 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 #CC6079 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 121 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.2 |
| HSL | 346.11º | 0.51% | 0.59% | - |
| HSV(B) | 346.11º | 0.53% | 0.8% | - |
| XYZ | 32.54 | 22.58 | 20.73 | - |
| YUV | 131.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 121 | 0 | 0.53 | 0.41 | 0.2 | 346.11 | 0.51 | 0.59 |
| Hex | CC | 60 | 79 | 0 | 35 | 29 | 14 | 15A | 33 | 3B |
| Octal | 314 | 140 | 171 | 0 | 65 | 51 | 24 | 532 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1111001 | 0 | 110101 | 101001 | 10100 | 101011010 | 110011 | 111011 |
Color Harmonies of #CC6079
Complementary color
Monochromatic Colors of #CC6079
Black with #CC6079
Text Example
Text Example
White with #CC6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6079; }
p { color: rgb(204,96,121); }
H1.HeaderClassName
{
color: #CC6079;
}
.AnyTagClassName
{
color: #CC6079;
}
</style>
background-color css
<style>
a { background-color: #CC6079; }
a { background-color: rgb(204,96,121); }
div.DivClassName
{
background-color: #CC6079;
}
.BgClassName
{
background-color: #CC6079;
}
</style>
border-color css
<style>
span { border-color: #CC6079; }
span { border-color: rgb(204,96,121); }
td.TdClassName
{
border-color: #CC6079;
}
.TagClassName
{
border-color: #CC6079;
}
</style>