Shades of Contessa #C87C6D
Tints of Contessa #C87C6D
RGB
CMYK
RGB Variations
Color information
#C87C6D (or 0xC87C6D) is known color: Contessa. HEX triplet: C8, 7C and 6D. RGB value is (200,124,109). Sum of RGB (Red+Green+Blue) = 200+124+109=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87C6D is #378392. Grayscale: #919191. Windows color (decimal): -3638163 or 7175368. OLE color: 7175368.
HSL color Cylindrical-coordinate representation of color #C87C6D: hue angle of 9.89º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87C6D is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 109 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.22 |
| HSL | 9.89º | 0.45% | 0.61% | - |
| HSV(B) | 9.89º | 0.46% | 0.78% | - |
| XYZ | 33.79 | 27.8 | 18.05 | - |
| YUV | 145.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 109 | 0 | 0.38 | 0.46 | 0.22 | 9.89 | 0.45 | 0.61 |
| Hex | C8 | 7C | 6D | 0 | 26 | 2E | 16 | A | 2D | 3D |
| Octal | 310 | 174 | 155 | 0 | 46 | 56 | 26 | 12 | 55 | 75 |
| Binary | 11001000 | 1111100 | 1101101 | 0 | 100110 | 101110 | 10110 | 1010 | 101101 | 111101 |
Color Harmonies of #C87C6D
Complementary color
Monochromatic Colors of #C87C6D
Black with #C87C6D
Text Example
Text Example
White with #C87C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87C6D; }
p { color: rgb(200,124,109); }
H1.HeaderClassName
{
color: #C87C6D;
}
.AnyTagClassName
{
color: #C87C6D;
}
</style>
background-color css
<style>
a { background-color: #C87C6D; }
a { background-color: rgb(200,124,109); }
div.DivClassName
{
background-color: #C87C6D;
}
.BgClassName
{
background-color: #C87C6D;
}
</style>
border-color css
<style>
span { border-color: #C87C6D; }
span { border-color: rgb(200,124,109); }
td.TdClassName
{
border-color: #C87C6D;
}
.TagClassName
{
border-color: #C87C6D;
}
</style>