Shades of Contessa #CC7370
Tints of Contessa #CC7370
RGB
CMYK
RGB Variations
Color information
#CC7370 (or 0xCC7370) is known color: Contessa. HEX triplet: CC, 73 and 70. RGB value is (204,115,112). Sum of RGB (Red+Green+Blue) = 204+115+112=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7370 is #338C8F. Grayscale: #8D8D8D. Windows color (decimal): -3378320 or 7369676. OLE color: 7369676.
HSL color Cylindrical-coordinate representation of color #CC7370: hue angle of 1.96º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC7370 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 112 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.2 |
| HSL | 1.96º | 0.47% | 0.62% | - |
| HSV(B) | 1.96º | 0.45% | 0.8% | - |
| XYZ | 33.96 | 26.27 | 18.61 | - |
| YUV | 141.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 112 | 0 | 0.44 | 0.45 | 0.2 | 1.96 | 0.47 | 0.62 |
| Hex | CC | 73 | 70 | 0 | 2C | 2D | 14 | 2 | 2F | 3E |
| Octal | 314 | 163 | 160 | 0 | 54 | 55 | 24 | 2 | 57 | 76 |
| Binary | 11001100 | 1110011 | 1110000 | 0 | 101100 | 101101 | 10100 | 10 | 101111 | 111110 |
Color Harmonies of #CC7370
Complementary color
Monochromatic Colors of #CC7370
Black with #CC7370
Text Example
Text Example
White with #CC7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7370; }
p { color: rgb(204,115,112); }
H1.HeaderClassName
{
color: #CC7370;
}
.AnyTagClassName
{
color: #CC7370;
}
</style>
background-color css
<style>
a { background-color: #CC7370; }
a { background-color: rgb(204,115,112); }
div.DivClassName
{
background-color: #CC7370;
}
.BgClassName
{
background-color: #CC7370;
}
</style>
border-color css
<style>
span { border-color: #CC7370; }
span { border-color: rgb(204,115,112); }
td.TdClassName
{
border-color: #CC7370;
}
.TagClassName
{
border-color: #CC7370;
}
</style>