Shades of Cabaret #CC5C75
Tints of Cabaret #CC5C75
RGB
CMYK
RGB Variations
Color information
#CC5C75 (or 0xCC5C75) is known color: Cabaret. HEX triplet: CC, 5C and 75. RGB value is (204,92,117). Sum of RGB (Red+Green+Blue) = 204+92+117=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C75 is #33A38A. Grayscale: #808080. Windows color (decimal): -3384203 or 7691468. OLE color: 7691468.
HSL color Cylindrical-coordinate representation of color #CC5C75: hue angle of 346.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5C75 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 117 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.2 |
| HSL | 346.61º | 0.52% | 0.58% | - |
| HSV(B) | 346.61º | 0.55% | 0.8% | - |
| XYZ | 31.94 | 21.78 | 19.35 | - |
| YUV | 128.34 | 121.61 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 117 | 0 | 0.55 | 0.43 | 0.2 | 346.61 | 0.52 | 0.58 |
| Hex | CC | 5C | 75 | 0 | 37 | 2B | 14 | 15B | 34 | 3A |
| Octal | 314 | 134 | 165 | 0 | 67 | 53 | 24 | 533 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1110101 | 0 | 110111 | 101011 | 10100 | 101011011 | 110100 | 111010 |
Color Harmonies of #CC5C75
Complementary color
Monochromatic Colors of #CC5C75
Black with #CC5C75
Text Example
Text Example
White with #CC5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C75; }
p { color: rgb(204,92,117); }
H1.HeaderClassName
{
color: #CC5C75;
}
.AnyTagClassName
{
color: #CC5C75;
}
</style>
background-color css
<style>
a { background-color: #CC5C75; }
a { background-color: rgb(204,92,117); }
div.DivClassName
{
background-color: #CC5C75;
}
.BgClassName
{
background-color: #CC5C75;
}
</style>
border-color css
<style>
span { border-color: #CC5C75; }
span { border-color: rgb(204,92,117); }
td.TdClassName
{
border-color: #CC5C75;
}
.TagClassName
{
border-color: #CC5C75;
}
</style>