Shades of Cabaret #CC4272
Tints of Cabaret #CC4272
RGB
CMYK
RGB Variations
Color information
#CC4272 (or 0xCC4272) is known color: Cabaret. HEX triplet: CC, 42 and 72. RGB value is (204,66,114). Sum of RGB (Red+Green+Blue) = 204+66+114=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4272 is #33BD8D. Grayscale: #707070. Windows color (decimal): -3390862 or 7488204. OLE color: 7488204.
HSL color Cylindrical-coordinate representation of color #CC4272: hue angle of 339.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC4272 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 114 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.2 |
| HSL | 339.13º | 0.58% | 0.53% | - |
| HSV(B) | 339.13º | 0.68% | 0.8% | - |
| XYZ | 29.89 | 17.95 | 17.81 | - |
| YUV | 112.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 114 | 0 | 0.68 | 0.44 | 0.2 | 339.13 | 0.58 | 0.53 |
| Hex | CC | 42 | 72 | 0 | 44 | 2C | 14 | 153 | 3A | 35 |
| Octal | 314 | 102 | 162 | 0 | 104 | 54 | 24 | 523 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1110010 | 0 | 1000100 | 101100 | 10100 | 101010011 | 111010 | 110101 |
Color Harmonies of #CC4272
Complementary color
Monochromatic Colors of #CC4272
Black with #CC4272
Text Example
Text Example
White with #CC4272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4272; }
p { color: rgb(204,66,114); }
H1.HeaderClassName
{
color: #CC4272;
}
.AnyTagClassName
{
color: #CC4272;
}
</style>
background-color css
<style>
a { background-color: #CC4272; }
a { background-color: rgb(204,66,114); }
div.DivClassName
{
background-color: #CC4272;
}
.BgClassName
{
background-color: #CC4272;
}
</style>
border-color css
<style>
span { border-color: #CC4272; }
span { border-color: rgb(204,66,114); }
td.TdClassName
{
border-color: #CC4272;
}
.TagClassName
{
border-color: #CC4272;
}
</style>