Shades of Cabaret #CC526C
Tints of Cabaret #CC526C
RGB
CMYK
RGB Variations
Color information
#CC526C (or 0xCC526C) is known color: Cabaret. HEX triplet: CC, 52 and 6C. RGB value is (204,82,108). Sum of RGB (Red+Green+Blue) = 204+82+108=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC526C is #33AD93. Grayscale: #797979. Windows color (decimal): -3386772 or 7099084. OLE color: 7099084.
HSL color Cylindrical-coordinate representation of color #CC526C: hue angle of 347.21º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC526C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 108 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.2 |
| HSL | 347.21º | 0.54% | 0.56% | - |
| HSV(B) | 347.21º | 0.6% | 0.8% | - |
| XYZ | 30.63 | 19.95 | 16.42 | - |
| YUV | 121.44 | 120.42 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 108 | 0 | 0.60 | 0.47 | 0.2 | 347.21 | 0.54 | 0.56 |
| Hex | CC | 52 | 6C | 0 | 3C | 2F | 14 | 15B | 36 | 38 |
| Octal | 314 | 122 | 154 | 0 | 74 | 57 | 24 | 533 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1101100 | 0 | 111100 | 101111 | 10100 | 101011011 | 110110 | 111000 |
Color Harmonies of #CC526C
Complementary color
Monochromatic Colors of #CC526C
Black with #CC526C
Text Example
Text Example
White with #CC526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC526C; }
p { color: rgb(204,82,108); }
H1.HeaderClassName
{
color: #CC526C;
}
.AnyTagClassName
{
color: #CC526C;
}
</style>
background-color css
<style>
a { background-color: #CC526C; }
a { background-color: rgb(204,82,108); }
div.DivClassName
{
background-color: #CC526C;
}
.BgClassName
{
background-color: #CC526C;
}
</style>
border-color css
<style>
span { border-color: #CC526C; }
span { border-color: rgb(204,82,108); }
td.TdClassName
{
border-color: #CC526C;
}
.TagClassName
{
border-color: #CC526C;
}
</style>