Shades of Contessa #C8726A
Tints of Contessa #C8726A
RGB
CMYK
RGB Variations
Color information
#C8726A (or 0xC8726A) is known color: Contessa. HEX triplet: C8, 72 and 6A. RGB value is (200,114,106). Sum of RGB (Red+Green+Blue) = 200+114+106=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8726A is #378D95. Grayscale: #8A8A8A. Windows color (decimal): -3640726 or 6976200. OLE color: 6976200.
HSL color Cylindrical-coordinate representation of color #C8726A: hue angle of 5.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8726A is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 106 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.22 |
| HSL | 5.11º | 0.46% | 0.6% | - |
| HSV(B) | 5.11º | 0.47% | 0.78% | - |
| XYZ | 32.44 | 25.35 | 16.82 | - |
| YUV | 138.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 106 | 0 | 0.43 | 0.47 | 0.22 | 5.11 | 0.46 | 0.6 |
| Hex | C8 | 72 | 6A | 0 | 2B | 2F | 16 | 5 | 2E | 3C |
| Octal | 310 | 162 | 152 | 0 | 53 | 57 | 26 | 5 | 56 | 74 |
| Binary | 11001000 | 1110010 | 1101010 | 0 | 101011 | 101111 | 10110 | 101 | 101110 | 111100 |
Color Harmonies of #C8726A
Complementary color
Monochromatic Colors of #C8726A
Black with #C8726A
Text Example
Text Example
White with #C8726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8726A; }
p { color: rgb(200,114,106); }
H1.HeaderClassName
{
color: #C8726A;
}
.AnyTagClassName
{
color: #C8726A;
}
</style>
background-color css
<style>
a { background-color: #C8726A; }
a { background-color: rgb(200,114,106); }
div.DivClassName
{
background-color: #C8726A;
}
.BgClassName
{
background-color: #C8726A;
}
</style>
border-color css
<style>
span { border-color: #C8726A; }
span { border-color: rgb(200,114,106); }
td.TdClassName
{
border-color: #C8726A;
}
.TagClassName
{
border-color: #C8726A;
}
</style>