Shades of Contessa #C87C75
Tints of Contessa #C87C75
RGB
CMYK
RGB Variations
Color information
#C87C75 (or 0xC87C75) is known color: Contessa. HEX triplet: C8, 7C and 75. RGB value is (200,124,117). Sum of RGB (Red+Green+Blue) = 200+124+117=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 117 (46.09% from 255 or 26.53% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C75 is #37838A. Grayscale: #929292. Windows color (decimal): -3638155 or 7699656. OLE color: 7699656.
HSL color Cylindrical-coordinate representation of color #C87C75: hue angle of 5.06º 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 #C87C75 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 117 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.22 |
| HSL | 5.06º | 0.43% | 0.62% | - |
| HSV(B) | 5.06º | 0.42% | 0.78% | - |
| XYZ | 34.24 | 27.98 | 20.43 | - |
| YUV | 145.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 117 | 0 | 0.38 | 0.42 | 0.22 | 5.06 | 0.43 | 0.62 |
| Hex | C8 | 7C | 75 | 0 | 26 | 2A | 16 | 5 | 2B | 3E |
| Octal | 310 | 174 | 165 | 0 | 46 | 52 | 26 | 5 | 53 | 76 |
| Binary | 11001000 | 1111100 | 1110101 | 0 | 100110 | 101010 | 10110 | 101 | 101011 | 111110 |
Color Harmonies of #C87C75
Complementary color
Monochromatic Colors of #C87C75
Black with #C87C75
Text Example
Text Example
White with #C87C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C75; }
p { color: rgb(200,124,117); }
H1.HeaderClassName
{
color: #C87C75;
}
.AnyTagClassName
{
color: #C87C75;
}
</style>
background-color css
<style>
a { background-color: #C87C75; }
a { background-color: rgb(200,124,117); }
div.DivClassName
{
background-color: #C87C75;
}
.BgClassName
{
background-color: #C87C75;
}
</style>
border-color css
<style>
span { border-color: #C87C75; }
span { border-color: rgb(200,124,117); }
td.TdClassName
{
border-color: #C87C75;
}
.TagClassName
{
border-color: #C87C75;
}
</style>