Shades of Contessa #C87A73
Tints of Contessa #C87A73
RGB
CMYK
RGB Variations
Color information
#C87A73 (or 0xC87A73) is known color: Contessa. HEX triplet: C8, 7A and 73. RGB value is (200,122,115). Sum of RGB (Red+Green+Blue) = 200+122+115=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A73 is #37858C. Grayscale: #909090. Windows color (decimal): -3638669 or 7568072. OLE color: 7568072.
HSL color Cylindrical-coordinate representation of color #C87A73: hue angle of 4.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87A73 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 115 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.22 |
| HSL | 4.94º | 0.44% | 0.62% | - |
| HSV(B) | 4.94º | 0.43% | 0.78% | - |
| XYZ | 33.87 | 27.44 | 19.73 | - |
| YUV | 144.52 | 111.34 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 115 | 0 | 0.39 | 0.42 | 0.22 | 4.94 | 0.44 | 0.62 |
| Hex | C8 | 7A | 73 | 0 | 27 | 2A | 16 | 5 | 2C | 3E |
| Octal | 310 | 172 | 163 | 0 | 47 | 52 | 26 | 5 | 54 | 76 |
| Binary | 11001000 | 1111010 | 1110011 | 0 | 100111 | 101010 | 10110 | 101 | 101100 | 111110 |
Color Harmonies of #C87A73
Complementary color
Monochromatic Colors of #C87A73
Black with #C87A73
Text Example
Text Example
White with #C87A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A73; }
p { color: rgb(200,122,115); }
H1.HeaderClassName
{
color: #C87A73;
}
.AnyTagClassName
{
color: #C87A73;
}
</style>
background-color css
<style>
a { background-color: #C87A73; }
a { background-color: rgb(200,122,115); }
div.DivClassName
{
background-color: #C87A73;
}
.BgClassName
{
background-color: #C87A73;
}
</style>
border-color css
<style>
span { border-color: #C87A73; }
span { border-color: rgb(200,122,115); }
td.TdClassName
{
border-color: #C87A73;
}
.TagClassName
{
border-color: #C87A73;
}
</style>