Shades of Contessa #C07270
Tints of Contessa #C07270
RGB
CMYK
RGB Variations
Color information
#C07270 (or 0xC07270) is known color: Contessa. HEX triplet: C0, 72 and 70. RGB value is (192,114,112). Sum of RGB (Red+Green+Blue) = 192+114+112=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C07270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07270 is #3F8D8F. Grayscale: #898989. Windows color (decimal): -4165008 or 7369408. OLE color: 7369408.
HSL color Cylindrical-coordinate representation of color #C07270: hue angle of 1.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07270 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 112 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.25 |
| HSL | 1.5º | 0.39% | 0.6% | - |
| HSV(B) | 1.5º | 0.42% | 0.75% | - |
| XYZ | 30.68 | 24.41 | 18.42 | - |
| YUV | 137.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 112 | 0 | 0.41 | 0.42 | 0.25 | 1.5 | 0.39 | 0.6 |
| Hex | C0 | 72 | 70 | 0 | 29 | 2A | 19 | 2 | 27 | 3C |
| Octal | 300 | 162 | 160 | 0 | 51 | 52 | 31 | 2 | 47 | 74 |
| Binary | 11000000 | 1110010 | 1110000 | 0 | 101001 | 101010 | 11001 | 10 | 100111 | 111100 |
Color Harmonies of #C07270
Complementary color
Monochromatic Colors of #C07270
Black with #C07270
Text Example
Text Example
White with #C07270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07270; }
p { color: rgb(192,114,112); }
H1.HeaderClassName
{
color: #C07270;
}
.AnyTagClassName
{
color: #C07270;
}
</style>
background-color css
<style>
a { background-color: #C07270; }
a { background-color: rgb(192,114,112); }
div.DivClassName
{
background-color: #C07270;
}
.BgClassName
{
background-color: #C07270;
}
</style>
border-color css
<style>
span { border-color: #C07270; }
span { border-color: rgb(192,114,112); }
td.TdClassName
{
border-color: #C07270;
}
.TagClassName
{
border-color: #C07270;
}
</style>