Shades of Cabaret #CC607A
Tints of Cabaret #CC607A
RGB
CMYK
RGB Variations
Color information
#CC607A (or 0xCC607A) is known color: Cabaret. HEX triplet: CC, 60 and 7A. RGB value is (204,96,122). Sum of RGB (Red+Green+Blue) = 204+96+122=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC607A is #339F85. Grayscale: #838383. Windows color (decimal): -3383174 or 8020172. OLE color: 8020172.
HSL color Cylindrical-coordinate representation of color #CC607A: hue angle of 345.56º 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 #CC607A is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 122 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.2 |
| HSL | 345.56º | 0.51% | 0.59% | - |
| HSV(B) | 345.56º | 0.53% | 0.8% | - |
| XYZ | 32.6 | 22.61 | 21.06 | - |
| YUV | 131.26 | 122.78 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 122 | 0 | 0.53 | 0.40 | 0.2 | 345.56 | 0.51 | 0.59 |
| Hex | CC | 60 | 7A | 0 | 35 | 28 | 14 | 15A | 33 | 3B |
| Octal | 314 | 140 | 172 | 0 | 65 | 50 | 24 | 532 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1111010 | 0 | 110101 | 101000 | 10100 | 101011010 | 110011 | 111011 |
Color Harmonies of #CC607A
Complementary color
Monochromatic Colors of #CC607A
Black with #CC607A
Text Example
Text Example
White with #CC607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC607A; }
p { color: rgb(204,96,122); }
H1.HeaderClassName
{
color: #CC607A;
}
.AnyTagClassName
{
color: #CC607A;
}
</style>
background-color css
<style>
a { background-color: #CC607A; }
a { background-color: rgb(204,96,122); }
div.DivClassName
{
background-color: #CC607A;
}
.BgClassName
{
background-color: #CC607A;
}
</style>
border-color css
<style>
span { border-color: #CC607A; }
span { border-color: rgb(204,96,122); }
td.TdClassName
{
border-color: #CC607A;
}
.TagClassName
{
border-color: #CC607A;
}
</style>