Shades of Contessa #C77370
Tints of Contessa #C77370
RGB
CMYK
RGB Variations
Color information
#C77370 (or 0xC77370) is known color: Contessa. HEX triplet: C7, 73 and 70. RGB value is (199,115,112). Sum of RGB (Red+Green+Blue) = 199+115+112=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C77370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77370 is #388C8F. Grayscale: #8B8B8B. Windows color (decimal): -3706000 or 7369671. OLE color: 7369671.
HSL color Cylindrical-coordinate representation of color #C77370: hue angle of 2.07º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77370 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 115 | 112 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.22 |
| HSL | 2.07º | 0.44% | 0.61% | - |
| HSV(B) | 2.07º | 0.44% | 0.78% | - |
| XYZ | 32.61 | 25.57 | 18.55 | - |
| YUV | 139.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 115 | 112 | 0 | 0.42 | 0.44 | 0.22 | 2.07 | 0.44 | 0.61 |
| Hex | C7 | 73 | 70 | 0 | 2A | 2C | 16 | 2 | 2C | 3D |
| Octal | 307 | 163 | 160 | 0 | 52 | 54 | 26 | 2 | 54 | 75 |
| Binary | 11000111 | 1110011 | 1110000 | 0 | 101010 | 101100 | 10110 | 10 | 101100 | 111101 |
Color Harmonies of #C77370
Complementary color
Monochromatic Colors of #C77370
Black with #C77370
Text Example
Text Example
White with #C77370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77370; }
p { color: rgb(199,115,112); }
H1.HeaderClassName
{
color: #C77370;
}
.AnyTagClassName
{
color: #C77370;
}
</style>
background-color css
<style>
a { background-color: #C77370; }
a { background-color: rgb(199,115,112); }
div.DivClassName
{
background-color: #C77370;
}
.BgClassName
{
background-color: #C77370;
}
</style>
border-color css
<style>
span { border-color: #C77370; }
span { border-color: rgb(199,115,112); }
td.TdClassName
{
border-color: #C77370;
}
.TagClassName
{
border-color: #C77370;
}
</style>