Shades of Contessa #C07872
Tints of Contessa #C07872
RGB
CMYK
RGB Variations
Color information
#C07872 (or 0xC07872) is known color: Contessa. HEX triplet: C0, 78 and 72. RGB value is (192,120,114). Sum of RGB (Red+Green+Blue) = 192+120+114=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07872 is #3F878D. Grayscale: #8C8C8C. Windows color (decimal): -4163470 or 7502016. OLE color: 7502016.
HSL color Cylindrical-coordinate representation of color #C07872: hue angle of 4.62º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07872 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 114 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.25 |
| HSL | 4.62º | 0.38% | 0.6% | - |
| HSV(B) | 4.62º | 0.41% | 0.75% | - |
| XYZ | 31.49 | 25.85 | 19.25 | - |
| YUV | 140.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 114 | 0 | 0.38 | 0.41 | 0.25 | 4.62 | 0.38 | 0.6 |
| Hex | C0 | 78 | 72 | 0 | 26 | 29 | 19 | 5 | 26 | 3C |
| Octal | 300 | 170 | 162 | 0 | 46 | 51 | 31 | 5 | 46 | 74 |
| Binary | 11000000 | 1111000 | 1110010 | 0 | 100110 | 101001 | 11001 | 101 | 100110 | 111100 |
Color Harmonies of #C07872
Complementary color
Monochromatic Colors of #C07872
Black with #C07872
Text Example
Text Example
White with #C07872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07872; }
p { color: rgb(192,120,114); }
H1.HeaderClassName
{
color: #C07872;
}
.AnyTagClassName
{
color: #C07872;
}
</style>
background-color css
<style>
a { background-color: #C07872; }
a { background-color: rgb(192,120,114); }
div.DivClassName
{
background-color: #C07872;
}
.BgClassName
{
background-color: #C07872;
}
</style>
border-color css
<style>
span { border-color: #C07872; }
span { border-color: rgb(192,120,114); }
td.TdClassName
{
border-color: #C07872;
}
.TagClassName
{
border-color: #C07872;
}
</style>