Shades of Cabaret #CC5D7B
Tints of Cabaret #CC5D7B
RGB
CMYK
RGB Variations
Color information
#CC5D7B (or 0xCC5D7B) is known color: Cabaret. HEX triplet: CC, 5D and 7B. RGB value is (204,93,123). Sum of RGB (Red+Green+Blue) = 204+93+123=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5D7B is #33A284. Grayscale: #818181. Windows color (decimal): -3383941 or 8084940. OLE color: 8084940.
HSL color Cylindrical-coordinate representation of color #CC5D7B: hue angle of 343.78º 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 #CC5D7B is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 123 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.2 |
| HSL | 343.78º | 0.52% | 0.58% | - |
| HSV(B) | 343.78º | 0.54% | 0.8% | - |
| XYZ | 32.39 | 22.1 | 21.3 | - |
| YUV | 129.61 | 124.27 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 123 | 0 | 0.54 | 0.40 | 0.2 | 343.78 | 0.52 | 0.58 |
| Hex | CC | 5D | 7B | 0 | 36 | 28 | 14 | 158 | 34 | 3A |
| Octal | 314 | 135 | 173 | 0 | 66 | 50 | 24 | 530 | 64 | 72 |
| Binary | 11001100 | 1011101 | 1111011 | 0 | 110110 | 101000 | 10100 | 101011000 | 110100 | 111010 |
Color Harmonies of #CC5D7B
Complementary color
Monochromatic Colors of #CC5D7B
Black with #CC5D7B
Text Example
Text Example
White with #CC5D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D7B; }
p { color: rgb(204,93,123); }
H1.HeaderClassName
{
color: #CC5D7B;
}
.AnyTagClassName
{
color: #CC5D7B;
}
</style>
background-color css
<style>
a { background-color: #CC5D7B; }
a { background-color: rgb(204,93,123); }
div.DivClassName
{
background-color: #CC5D7B;
}
.BgClassName
{
background-color: #CC5D7B;
}
</style>
border-color css
<style>
span { border-color: #CC5D7B; }
span { border-color: rgb(204,93,123); }
td.TdClassName
{
border-color: #CC5D7B;
}
.TagClassName
{
border-color: #CC5D7B;
}
</style>