Shades of Contessa #C87A6D
Tints of Contessa #C87A6D
RGB
CMYK
RGB Variations
Color information
#C87A6D (or 0xC87A6D) is known color: Contessa. HEX triplet: C8, 7A and 6D. RGB value is (200,122,109). Sum of RGB (Red+Green+Blue) = 200+122+109=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A6D is #378592. Grayscale: #8F8F8F. Windows color (decimal): -3638675 or 7174856. OLE color: 7174856.
HSL color Cylindrical-coordinate representation of color #C87A6D: hue angle of 8.57º 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 #C87A6D is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 109 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.22 |
| HSL | 8.57º | 0.45% | 0.61% | - |
| HSV(B) | 8.57º | 0.46% | 0.78% | - |
| XYZ | 33.54 | 27.3 | 17.97 | - |
| YUV | 143.84 | 108.34 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 109 | 0 | 0.39 | 0.46 | 0.22 | 8.57 | 0.45 | 0.61 |
| Hex | C8 | 7A | 6D | 0 | 27 | 2E | 16 | 9 | 2D | 3D |
| Octal | 310 | 172 | 155 | 0 | 47 | 56 | 26 | 11 | 55 | 75 |
| Binary | 11001000 | 1111010 | 1101101 | 0 | 100111 | 101110 | 10110 | 1001 | 101101 | 111101 |
Color Harmonies of #C87A6D
Complementary color
Monochromatic Colors of #C87A6D
Black with #C87A6D
Text Example
Text Example
White with #C87A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A6D; }
p { color: rgb(200,122,109); }
H1.HeaderClassName
{
color: #C87A6D;
}
.AnyTagClassName
{
color: #C87A6D;
}
</style>
background-color css
<style>
a { background-color: #C87A6D; }
a { background-color: rgb(200,122,109); }
div.DivClassName
{
background-color: #C87A6D;
}
.BgClassName
{
background-color: #C87A6D;
}
</style>
border-color css
<style>
span { border-color: #C87A6D; }
span { border-color: rgb(200,122,109); }
td.TdClassName
{
border-color: #C87A6D;
}
.TagClassName
{
border-color: #C87A6D;
}
</style>