Shades of Cabaret #CC5D6D
Tints of Cabaret #CC5D6D
RGB
CMYK
RGB Variations
Color information
#CC5D6D (or 0xCC5D6D) is known color: Cabaret. HEX triplet: CC, 5D and 6D. RGB value is (204,93,109). Sum of RGB (Red+Green+Blue) = 204+93+109=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D6D is #33A292. Grayscale: #808080. Windows color (decimal): -3383955 or 7167436. OLE color: 7167436.
HSL color Cylindrical-coordinate representation of color #CC5D6D: hue angle of 351.35º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5D6D is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 109 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.2 |
| HSL | 351.35º | 0.52% | 0.58% | - |
| HSV(B) | 351.35º | 0.54% | 0.8% | - |
| XYZ | 31.58 | 21.77 | 17.01 | - |
| YUV | 128.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 109 | 0 | 0.54 | 0.47 | 0.2 | 351.35 | 0.52 | 0.58 |
| Hex | CC | 5D | 6D | 0 | 36 | 2F | 14 | 15F | 34 | 3A |
| Octal | 314 | 135 | 155 | 0 | 66 | 57 | 24 | 537 | 64 | 72 |
| Binary | 11001100 | 1011101 | 1101101 | 0 | 110110 | 101111 | 10100 | 101011111 | 110100 | 111010 |
Color Harmonies of #CC5D6D
Complementary color
Monochromatic Colors of #CC5D6D
Black with #CC5D6D
Text Example
Text Example
White with #CC5D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D6D; }
p { color: rgb(204,93,109); }
H1.HeaderClassName
{
color: #CC5D6D;
}
.AnyTagClassName
{
color: #CC5D6D;
}
</style>
background-color css
<style>
a { background-color: #CC5D6D; }
a { background-color: rgb(204,93,109); }
div.DivClassName
{
background-color: #CC5D6D;
}
.BgClassName
{
background-color: #CC5D6D;
}
</style>
border-color css
<style>
span { border-color: #CC5D6D; }
span { border-color: rgb(204,93,109); }
td.TdClassName
{
border-color: #CC5D6D;
}
.TagClassName
{
border-color: #CC5D6D;
}
</style>