Shades of Cabaret #CC4574
Tints of Cabaret #CC4574
RGB
CMYK
RGB Variations
Color information
#CC4574 (or 0xCC4574) is known color: Cabaret. HEX triplet: CC, 45 and 74. RGB value is (204,69,116). Sum of RGB (Red+Green+Blue) = 204+69+116=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4574 is #33BA8B. Grayscale: #727272. Windows color (decimal): -3390092 or 7620044. OLE color: 7620044.
HSL color Cylindrical-coordinate representation of color #CC4574: hue angle of 339.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4574 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 116 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.2 |
| HSL | 339.11º | 0.57% | 0.54% | - |
| HSV(B) | 339.11º | 0.66% | 0.8% | - |
| XYZ | 30.18 | 18.35 | 18.48 | - |
| YUV | 114.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 116 | 0 | 0.66 | 0.43 | 0.2 | 339.11 | 0.57 | 0.54 |
| Hex | CC | 45 | 74 | 0 | 42 | 2B | 14 | 153 | 39 | 36 |
| Octal | 314 | 105 | 164 | 0 | 102 | 53 | 24 | 523 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1110100 | 0 | 1000010 | 101011 | 10100 | 101010011 | 111001 | 110110 |
Color Harmonies of #CC4574
Complementary color
Monochromatic Colors of #CC4574
Black with #CC4574
Text Example
Text Example
White with #CC4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4574; }
p { color: rgb(204,69,116); }
H1.HeaderClassName
{
color: #CC4574;
}
.AnyTagClassName
{
color: #CC4574;
}
</style>
background-color css
<style>
a { background-color: #CC4574; }
a { background-color: rgb(204,69,116); }
div.DivClassName
{
background-color: #CC4574;
}
.BgClassName
{
background-color: #CC4574;
}
</style>
border-color css
<style>
span { border-color: #CC4574; }
span { border-color: rgb(204,69,116); }
td.TdClassName
{
border-color: #CC4574;
}
.TagClassName
{
border-color: #CC4574;
}
</style>