Shades of Cabaret #CC4875
Tints of Cabaret #CC4875
RGB
CMYK
RGB Variations
Color information
#CC4875 (or 0xCC4875) is known color: Cabaret. HEX triplet: CC, 48 and 75. RGB value is (204,72,117). Sum of RGB (Red+Green+Blue) = 204+72+117=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4875 is #33B78A. Grayscale: #747474. Windows color (decimal): -3389323 or 7686348. OLE color: 7686348.
HSL color Cylindrical-coordinate representation of color #CC4875: hue angle of 339.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4875 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 72 | 117 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.2 |
| HSL | 339.55º | 0.56% | 0.54% | - |
| HSV(B) | 339.55º | 0.65% | 0.8% | - |
| XYZ | 30.43 | 18.76 | 18.85 | - |
| YUV | 116.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 117 | 0 | 0.65 | 0.43 | 0.2 | 339.55 | 0.56 | 0.54 |
| Hex | CC | 48 | 75 | 0 | 41 | 2B | 14 | 154 | 38 | 36 |
| Octal | 314 | 110 | 165 | 0 | 101 | 53 | 24 | 524 | 70 | 66 |
| Binary | 11001100 | 1001000 | 1110101 | 0 | 1000001 | 101011 | 10100 | 101010100 | 111000 | 110110 |
Color Harmonies of #CC4875
Complementary color
Monochromatic Colors of #CC4875
Black with #CC4875
Text Example
Text Example
White with #CC4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4875; }
p { color: rgb(204,72,117); }
H1.HeaderClassName
{
color: #CC4875;
}
.AnyTagClassName
{
color: #CC4875;
}
</style>
background-color css
<style>
a { background-color: #CC4875; }
a { background-color: rgb(204,72,117); }
div.DivClassName
{
background-color: #CC4875;
}
.BgClassName
{
background-color: #CC4875;
}
</style>
border-color css
<style>
span { border-color: #CC4875; }
span { border-color: rgb(204,72,117); }
td.TdClassName
{
border-color: #CC4875;
}
.TagClassName
{
border-color: #CC4875;
}
</style>