Shades of Cabaret #CC4370
Tints of Cabaret #CC4370
RGB
CMYK
RGB Variations
Color information
#CC4370 (or 0xCC4370) is known color: Cabaret. HEX triplet: CC, 43 and 70. RGB value is (204,67,112). Sum of RGB (Red+Green+Blue) = 204+67+112=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4370 is #33BC8F. Grayscale: #717171. Windows color (decimal): -3390608 or 7357388. OLE color: 7357388.
HSL color Cylindrical-coordinate representation of color #CC4370: hue angle of 340.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4370 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 67 | 112 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.2 |
| HSL | 340.29º | 0.57% | 0.53% | - |
| HSV(B) | 340.29º | 0.67% | 0.8% | - |
| XYZ | 29.83 | 18.02 | 17.24 | - |
| YUV | 113.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 67 | 112 | 0 | 0.67 | 0.45 | 0.2 | 340.29 | 0.57 | 0.53 |
| Hex | CC | 43 | 70 | 0 | 43 | 2D | 14 | 154 | 39 | 35 |
| Octal | 314 | 103 | 160 | 0 | 103 | 55 | 24 | 524 | 71 | 65 |
| Binary | 11001100 | 1000011 | 1110000 | 0 | 1000011 | 101101 | 10100 | 101010100 | 111001 | 110101 |
Color Harmonies of #CC4370
Complementary color
Monochromatic Colors of #CC4370
Black with #CC4370
Text Example
Text Example
White with #CC4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4370; }
p { color: rgb(204,67,112); }
H1.HeaderClassName
{
color: #CC4370;
}
.AnyTagClassName
{
color: #CC4370;
}
</style>
background-color css
<style>
a { background-color: #CC4370; }
a { background-color: rgb(204,67,112); }
div.DivClassName
{
background-color: #CC4370;
}
.BgClassName
{
background-color: #CC4370;
}
</style>
border-color css
<style>
span { border-color: #CC4370; }
span { border-color: rgb(204,67,112); }
td.TdClassName
{
border-color: #CC4370;
}
.TagClassName
{
border-color: #CC4370;
}
</style>