Shades of Cabaret #CC5268
Tints of Cabaret #CC5268
RGB
CMYK
RGB Variations
Color information
#CC5268 (or 0xCC5268) is known color: Cabaret. HEX triplet: CC, 52 and 68. RGB value is (204,82,104). Sum of RGB (Red+Green+Blue) = 204+82+104=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5268 is #33AD97. Grayscale: #797979. Windows color (decimal): -3386776 or 6836940. OLE color: 6836940.
HSL color Cylindrical-coordinate representation of color #CC5268: hue angle of 349.18º 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 #CC5268 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 82 | 104 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.2 |
| HSL | 349.18º | 0.54% | 0.56% | - |
| HSV(B) | 349.18º | 0.6% | 0.8% | - |
| XYZ | 30.42 | 19.87 | 15.33 | - |
| YUV | 120.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 104 | 0 | 0.60 | 0.49 | 0.2 | 349.18 | 0.54 | 0.56 |
| Hex | CC | 52 | 68 | 0 | 3C | 31 | 14 | 15D | 36 | 38 |
| Octal | 314 | 122 | 150 | 0 | 74 | 61 | 24 | 535 | 66 | 70 |
| Binary | 11001100 | 1010010 | 1101000 | 0 | 111100 | 110001 | 10100 | 101011101 | 110110 | 111000 |
Color Harmonies of #CC5268
Complementary color
Monochromatic Colors of #CC5268
Black with #CC5268
Text Example
Text Example
White with #CC5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5268; }
p { color: rgb(204,82,104); }
H1.HeaderClassName
{
color: #CC5268;
}
.AnyTagClassName
{
color: #CC5268;
}
</style>
background-color css
<style>
a { background-color: #CC5268; }
a { background-color: rgb(204,82,104); }
div.DivClassName
{
background-color: #CC5268;
}
.BgClassName
{
background-color: #CC5268;
}
</style>
border-color css
<style>
span { border-color: #CC5268; }
span { border-color: rgb(204,82,104); }
td.TdClassName
{
border-color: #CC5268;
}
.TagClassName
{
border-color: #CC5268;
}
</style>