Shades of Cabaret #CC606F
Tints of Cabaret #CC606F
RGB
CMYK
RGB Variations
Color information
#CC606F (or 0xCC606F) is known color: Cabaret. HEX triplet: CC, 60 and 6F. RGB value is (204,96,111). Sum of RGB (Red+Green+Blue) = 204+96+111=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC606F is #339F90. Grayscale: #828282. Windows color (decimal): -3383185 or 7299276. OLE color: 7299276.
HSL color Cylindrical-coordinate representation of color #CC606F: hue angle of 351.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 #CC606F is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 111 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.2 |
| HSL | 351.67º | 0.51% | 0.59% | - |
| HSV(B) | 351.67º | 0.53% | 0.8% | - |
| XYZ | 31.95 | 22.35 | 17.67 | - |
| YUV | 130 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 111 | 0 | 0.53 | 0.46 | 0.2 | 351.67 | 0.51 | 0.59 |
| Hex | CC | 60 | 6F | 0 | 35 | 2E | 14 | 160 | 33 | 3B |
| Octal | 314 | 140 | 157 | 0 | 65 | 56 | 24 | 540 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1101111 | 0 | 110101 | 101110 | 10100 | 101100000 | 110011 | 111011 |
Color Harmonies of #CC606F
Complementary color
Monochromatic Colors of #CC606F
Black with #CC606F
Text Example
Text Example
White with #CC606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC606F; }
p { color: rgb(204,96,111); }
H1.HeaderClassName
{
color: #CC606F;
}
.AnyTagClassName
{
color: #CC606F;
}
</style>
background-color css
<style>
a { background-color: #CC606F; }
a { background-color: rgb(204,96,111); }
div.DivClassName
{
background-color: #CC606F;
}
.BgClassName
{
background-color: #CC606F;
}
</style>
border-color css
<style>
span { border-color: #CC606F; }
span { border-color: rgb(204,96,111); }
td.TdClassName
{
border-color: #CC606F;
}
.TagClassName
{
border-color: #CC606F;
}
</style>