Shades of Cabaret #CC4270
Tints of Cabaret #CC4270
RGB
CMYK
RGB Variations
Color information
#CC4270 (or 0xCC4270) is known color: Cabaret. HEX triplet: CC, 42 and 70. RGB value is (204,66,112). Sum of RGB (Red+Green+Blue) = 204+66+112=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4270 is #33BD8F. Grayscale: #707070. Windows color (decimal): -3390864 or 7357132. OLE color: 7357132.
HSL color Cylindrical-coordinate representation of color #CC4270: hue angle of 340º 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 #CC4270 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 112 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.2 |
| HSL | 340º | 0.58% | 0.53% | - |
| HSV(B) | 340º | 0.68% | 0.8% | - |
| XYZ | 29.77 | 17.9 | 17.22 | - |
| YUV | 112.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 112 | 0 | 0.68 | 0.45 | 0.2 | 340 | 0.58 | 0.53 |
| Hex | CC | 42 | 70 | 0 | 44 | 2D | 14 | 154 | 3A | 35 |
| Octal | 314 | 102 | 160 | 0 | 104 | 55 | 24 | 524 | 72 | 65 |
| Binary | 11001100 | 1000010 | 1110000 | 0 | 1000100 | 101101 | 10100 | 101010100 | 111010 | 110101 |
Color Harmonies of #CC4270
Complementary color
Monochromatic Colors of #CC4270
Black with #CC4270
Text Example
Text Example
White with #CC4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4270; }
p { color: rgb(204,66,112); }
H1.HeaderClassName
{
color: #CC4270;
}
.AnyTagClassName
{
color: #CC4270;
}
</style>
background-color css
<style>
a { background-color: #CC4270; }
a { background-color: rgb(204,66,112); }
div.DivClassName
{
background-color: #CC4270;
}
.BgClassName
{
background-color: #CC4270;
}
</style>
border-color css
<style>
span { border-color: #CC4270; }
span { border-color: rgb(204,66,112); }
td.TdClassName
{
border-color: #CC4270;
}
.TagClassName
{
border-color: #CC4270;
}
</style>