Shades of Contessa #C87D74
Tints of Contessa #C87D74
RGB
CMYK
RGB Variations
Color information
#C87D74 (or 0xC87D74) is known color: Contessa. HEX triplet: C8, 7D and 74. RGB value is (200,125,116). Sum of RGB (Red+Green+Blue) = 200+125+116=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D74 is #37828B. Grayscale: #929292. Windows color (decimal): -3637900 or 7634376. OLE color: 7634376.
HSL color Cylindrical-coordinate representation of color #C87D74: hue angle of 6.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87D74 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 116 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.22 |
| HSL | 6.43º | 0.43% | 0.62% | - |
| HSV(B) | 6.43º | 0.42% | 0.78% | - |
| XYZ | 34.31 | 28.21 | 20.16 | - |
| YUV | 146.4 | 110.85 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 116 | 0 | 0.38 | 0.42 | 0.22 | 6.43 | 0.43 | 0.62 |
| Hex | C8 | 7D | 74 | 0 | 26 | 2A | 16 | 6 | 2B | 3E |
| Octal | 310 | 175 | 164 | 0 | 46 | 52 | 26 | 6 | 53 | 76 |
| Binary | 11001000 | 1111101 | 1110100 | 0 | 100110 | 101010 | 10110 | 110 | 101011 | 111110 |
Color Harmonies of #C87D74
Complementary color
Monochromatic Colors of #C87D74
Black with #C87D74
Text Example
Text Example
White with #C87D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D74; }
p { color: rgb(200,125,116); }
H1.HeaderClassName
{
color: #C87D74;
}
.AnyTagClassName
{
color: #C87D74;
}
</style>
background-color css
<style>
a { background-color: #C87D74; }
a { background-color: rgb(200,125,116); }
div.DivClassName
{
background-color: #C87D74;
}
.BgClassName
{
background-color: #C87D74;
}
</style>
border-color css
<style>
span { border-color: #C87D74; }
span { border-color: rgb(200,125,116); }
td.TdClassName
{
border-color: #C87D74;
}
.TagClassName
{
border-color: #C87D74;
}
</style>