Shades of Contessa #C87262
Tints of Contessa #C87262
RGB
CMYK
RGB Variations
Color information
#C87262 (or 0xC87262) is known color: Contessa. HEX triplet: C8, 72 and 62. RGB value is (200,114,98). Sum of RGB (Red+Green+Blue) = 200+114+98=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C87262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87262 is #378D9D. Grayscale: #8A8A8A. Windows color (decimal): -3640734 or 6451912. OLE color: 6451912.
HSL color Cylindrical-coordinate representation of color #C87262: hue angle of 9.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C87262 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 98 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.22 |
| HSL | 9.41º | 0.48% | 0.58% | - |
| HSV(B) | 9.41º | 0.51% | 0.78% | - |
| XYZ | 32.04 | 25.2 | 14.73 | - |
| YUV | 137.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 98 | 0 | 0.43 | 0.51 | 0.22 | 9.41 | 0.48 | 0.58 |
| Hex | C8 | 72 | 62 | 0 | 2B | 33 | 16 | 9 | 30 | 3A |
| Octal | 310 | 162 | 142 | 0 | 53 | 63 | 26 | 11 | 60 | 72 |
| Binary | 11001000 | 1110010 | 1100010 | 0 | 101011 | 110011 | 10110 | 1001 | 110000 | 111010 |
Color Harmonies of #C87262
Complementary color
Monochromatic Colors of #C87262
Black with #C87262
Text Example
Text Example
White with #C87262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87262; }
p { color: rgb(200,114,98); }
H1.HeaderClassName
{
color: #C87262;
}
.AnyTagClassName
{
color: #C87262;
}
</style>
background-color css
<style>
a { background-color: #C87262; }
a { background-color: rgb(200,114,98); }
div.DivClassName
{
background-color: #C87262;
}
.BgClassName
{
background-color: #C87262;
}
</style>
border-color css
<style>
span { border-color: #C87262; }
span { border-color: rgb(200,114,98); }
td.TdClassName
{
border-color: #C87262;
}
.TagClassName
{
border-color: #C87262;
}
</style>