Shades of Contessa #C8726E
Tints of Contessa #C8726E
RGB
CMYK
RGB Variations
Color information
#C8726E (or 0xC8726E) is known color: Contessa. HEX triplet: C8, 72 and 6E. RGB value is (200,114,110). Sum of RGB (Red+Green+Blue) = 200+114+110=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8726E is #378D91. Grayscale: #8B8B8B. Windows color (decimal): -3640722 or 7238344. OLE color: 7238344.
HSL color Cylindrical-coordinate representation of color #C8726E: hue angle of 2.67º 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 #C8726E is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 110 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.22 |
| HSL | 2.67º | 0.45% | 0.61% | - |
| HSV(B) | 2.67º | 0.45% | 0.78% | - |
| XYZ | 32.65 | 25.44 | 17.94 | - |
| YUV | 139.26 | 111.49 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 110 | 0 | 0.43 | 0.45 | 0.22 | 2.67 | 0.45 | 0.61 |
| Hex | C8 | 72 | 6E | 0 | 2B | 2D | 16 | 3 | 2D | 3D |
| Octal | 310 | 162 | 156 | 0 | 53 | 55 | 26 | 3 | 55 | 75 |
| Binary | 11001000 | 1110010 | 1101110 | 0 | 101011 | 101101 | 10110 | 11 | 101101 | 111101 |
Color Harmonies of #C8726E
Complementary color
Monochromatic Colors of #C8726E
Black with #C8726E
Text Example
Text Example
White with #C8726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8726E; }
p { color: rgb(200,114,110); }
H1.HeaderClassName
{
color: #C8726E;
}
.AnyTagClassName
{
color: #C8726E;
}
</style>
background-color css
<style>
a { background-color: #C8726E; }
a { background-color: rgb(200,114,110); }
div.DivClassName
{
background-color: #C8726E;
}
.BgClassName
{
background-color: #C8726E;
}
</style>
border-color css
<style>
span { border-color: #C8726E; }
span { border-color: rgb(200,114,110); }
td.TdClassName
{
border-color: #C8726E;
}
.TagClassName
{
border-color: #C8726E;
}
</style>