Shades of Cabaret #CC536C
Tints of Cabaret #CC536C
RGB
CMYK
RGB Variations
Color information
#CC536C (or 0xCC536C) is known color: Cabaret. HEX triplet: CC, 53 and 6C. RGB value is (204,83,108). Sum of RGB (Red+Green+Blue) = 204+83+108=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC536C is #33AC93. Grayscale: #7A7A7A. Windows color (decimal): -3386516 or 7099340. OLE color: 7099340.
HSL color Cylindrical-coordinate representation of color #CC536C: hue angle of 347.6º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC536C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 108 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.2 |
| HSL | 347.6º | 0.54% | 0.56% | - |
| HSV(B) | 347.6º | 0.59% | 0.8% | - |
| XYZ | 30.7 | 20.11 | 16.45 | - |
| YUV | 122.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 108 | 0 | 0.59 | 0.47 | 0.2 | 347.6 | 0.54 | 0.56 |
| Hex | CC | 53 | 6C | 0 | 3B | 2F | 14 | 15C | 36 | 38 |
| Octal | 314 | 123 | 154 | 0 | 73 | 57 | 24 | 534 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1101100 | 0 | 111011 | 101111 | 10100 | 101011100 | 110110 | 111000 |
Color Harmonies of #CC536C
Complementary color
Monochromatic Colors of #CC536C
Black with #CC536C
Text Example
Text Example
White with #CC536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC536C; }
p { color: rgb(204,83,108); }
H1.HeaderClassName
{
color: #CC536C;
}
.AnyTagClassName
{
color: #CC536C;
}
</style>
background-color css
<style>
a { background-color: #CC536C; }
a { background-color: rgb(204,83,108); }
div.DivClassName
{
background-color: #CC536C;
}
.BgClassName
{
background-color: #CC536C;
}
</style>
border-color css
<style>
span { border-color: #CC536C; }
span { border-color: rgb(204,83,108); }
td.TdClassName
{
border-color: #CC536C;
}
.TagClassName
{
border-color: #CC536C;
}
</style>