Shades of Contessa #C87673
Tints of Contessa #C87673
RGB
CMYK
RGB Variations
Color information
#C87673 (or 0xC87673) is known color: Contessa. HEX triplet: C8, 76 and 73. RGB value is (200,118,115). Sum of RGB (Red+Green+Blue) = 200+118+115=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87673 is #37898C. Grayscale: #8E8E8E. Windows color (decimal): -3639693 or 7567048. OLE color: 7567048.
HSL color Cylindrical-coordinate representation of color #C87673: hue angle of 2.12º 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 #C87673 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 115 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.22 |
| HSL | 2.12º | 0.44% | 0.62% | - |
| HSV(B) | 2.12º | 0.43% | 0.78% | - |
| XYZ | 33.39 | 26.47 | 19.57 | - |
| YUV | 142.18 | 112.67 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 115 | 0 | 0.41 | 0.42 | 0.22 | 2.12 | 0.44 | 0.62 |
| Hex | C8 | 76 | 73 | 0 | 29 | 2A | 16 | 2 | 2C | 3E |
| Octal | 310 | 166 | 163 | 0 | 51 | 52 | 26 | 2 | 54 | 76 |
| Binary | 11001000 | 1110110 | 1110011 | 0 | 101001 | 101010 | 10110 | 10 | 101100 | 111110 |
Color Harmonies of #C87673
Complementary color
Monochromatic Colors of #C87673
Black with #C87673
Text Example
Text Example
White with #C87673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87673; }
p { color: rgb(200,118,115); }
H1.HeaderClassName
{
color: #C87673;
}
.AnyTagClassName
{
color: #C87673;
}
</style>
background-color css
<style>
a { background-color: #C87673; }
a { background-color: rgb(200,118,115); }
div.DivClassName
{
background-color: #C87673;
}
.BgClassName
{
background-color: #C87673;
}
</style>
border-color css
<style>
span { border-color: #C87673; }
span { border-color: rgb(200,118,115); }
td.TdClassName
{
border-color: #C87673;
}
.TagClassName
{
border-color: #C87673;
}
</style>