Shades of Cabaret #CC5F74
Tints of Cabaret #CC5F74
RGB
CMYK
RGB Variations
Color information
#CC5F74 (or 0xCC5F74) is known color: Cabaret. HEX triplet: CC, 5F and 74. RGB value is (204,95,116). Sum of RGB (Red+Green+Blue) = 204+95+116=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5F74 is #33A08B. Grayscale: #828282. Windows color (decimal): -3383436 or 7626700. OLE color: 7626700.
HSL color Cylindrical-coordinate representation of color #CC5F74: hue angle of 348.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5F74 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 116 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.2 |
| HSL | 348.44º | 0.52% | 0.59% | - |
| HSV(B) | 348.44º | 0.53% | 0.8% | - |
| XYZ | 32.15 | 22.28 | 19.13 | - |
| YUV | 129.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 116 | 0 | 0.53 | 0.43 | 0.2 | 348.44 | 0.52 | 0.59 |
| Hex | CC | 5F | 74 | 0 | 35 | 2B | 14 | 15C | 34 | 3B |
| Octal | 314 | 137 | 164 | 0 | 65 | 53 | 24 | 534 | 64 | 73 |
| Binary | 11001100 | 1011111 | 1110100 | 0 | 110101 | 101011 | 10100 | 101011100 | 110100 | 111011 |
Color Harmonies of #CC5F74
Complementary color
Monochromatic Colors of #CC5F74
Black with #CC5F74
Text Example
Text Example
White with #CC5F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F74; }
p { color: rgb(204,95,116); }
H1.HeaderClassName
{
color: #CC5F74;
}
.AnyTagClassName
{
color: #CC5F74;
}
</style>
background-color css
<style>
a { background-color: #CC5F74; }
a { background-color: rgb(204,95,116); }
div.DivClassName
{
background-color: #CC5F74;
}
.BgClassName
{
background-color: #CC5F74;
}
</style>
border-color css
<style>
span { border-color: #CC5F74; }
span { border-color: rgb(204,95,116); }
td.TdClassName
{
border-color: #CC5F74;
}
.TagClassName
{
border-color: #CC5F74;
}
</style>