Shades of Cabaret #CC536A
Tints of Cabaret #CC536A
RGB
CMYK
RGB Variations
Color information
#CC536A (or 0xCC536A) is known color: Cabaret. HEX triplet: CC, 53 and 6A. RGB value is (204,83,106). Sum of RGB (Red+Green+Blue) = 204+83+106=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC536A is #33AC95. Grayscale: #797979. Windows color (decimal): -3386518 or 6968268. OLE color: 6968268.
HSL color Cylindrical-coordinate representation of color #CC536A: hue angle of 348.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 #CC536A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 106 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.2 |
| HSL | 348.6º | 0.54% | 0.56% | - |
| HSV(B) | 348.6º | 0.59% | 0.8% | - |
| XYZ | 30.6 | 20.06 | 15.9 | - |
| YUV | 121.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 106 | 0 | 0.59 | 0.48 | 0.2 | 348.6 | 0.54 | 0.56 |
| Hex | CC | 53 | 6A | 0 | 3B | 30 | 14 | 15D | 36 | 38 |
| Octal | 314 | 123 | 152 | 0 | 73 | 60 | 24 | 535 | 66 | 70 |
| Binary | 11001100 | 1010011 | 1101010 | 0 | 111011 | 110000 | 10100 | 101011101 | 110110 | 111000 |
Color Harmonies of #CC536A
Complementary color
Monochromatic Colors of #CC536A
Black with #CC536A
Text Example
Text Example
White with #CC536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC536A; }
p { color: rgb(204,83,106); }
H1.HeaderClassName
{
color: #CC536A;
}
.AnyTagClassName
{
color: #CC536A;
}
</style>
background-color css
<style>
a { background-color: #CC536A; }
a { background-color: rgb(204,83,106); }
div.DivClassName
{
background-color: #CC536A;
}
.BgClassName
{
background-color: #CC536A;
}
</style>
border-color css
<style>
span { border-color: #CC536A; }
span { border-color: rgb(204,83,106); }
td.TdClassName
{
border-color: #CC536A;
}
.TagClassName
{
border-color: #CC536A;
}
</style>