Shades of Cabaret #CC6370
Tints of Cabaret #CC6370
RGB
CMYK
RGB Variations
Color information
#CC6370 (or 0xCC6370) is known color: Cabaret. HEX triplet: CC, 63 and 70. RGB value is (204,99,112). Sum of RGB (Red+Green+Blue) = 204+99+112=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6370 is #339C8F. Grayscale: #838383. Windows color (decimal): -3382416 or 7365580. OLE color: 7365580.
HSL color Cylindrical-coordinate representation of color #CC6370: hue angle of 352.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6370 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 112 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.2 |
| HSL | 352.57º | 0.51% | 0.59% | - |
| HSV(B) | 352.57º | 0.51% | 0.8% | - |
| XYZ | 32.29 | 22.93 | 18.05 | - |
| YUV | 131.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 112 | 0 | 0.51 | 0.45 | 0.2 | 352.57 | 0.51 | 0.59 |
| Hex | CC | 63 | 70 | 0 | 33 | 2D | 14 | 161 | 33 | 3B |
| Octal | 314 | 143 | 160 | 0 | 63 | 55 | 24 | 541 | 63 | 73 |
| Binary | 11001100 | 1100011 | 1110000 | 0 | 110011 | 101101 | 10100 | 101100001 | 110011 | 111011 |
Color Harmonies of #CC6370
Complementary color
Monochromatic Colors of #CC6370
Black with #CC6370
Text Example
Text Example
White with #CC6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6370; }
p { color: rgb(204,99,112); }
H1.HeaderClassName
{
color: #CC6370;
}
.AnyTagClassName
{
color: #CC6370;
}
</style>
background-color css
<style>
a { background-color: #CC6370; }
a { background-color: rgb(204,99,112); }
div.DivClassName
{
background-color: #CC6370;
}
.BgClassName
{
background-color: #CC6370;
}
</style>
border-color css
<style>
span { border-color: #CC6370; }
span { border-color: rgb(204,99,112); }
td.TdClassName
{
border-color: #CC6370;
}
.TagClassName
{
border-color: #CC6370;
}
</style>