Shades of Contessa #C87464
Tints of Contessa #C87464
RGB
CMYK
RGB Variations
Color information
#C87464 (or 0xC87464) is known color: Contessa. HEX triplet: C8, 74 and 64. RGB value is (200,116,100). Sum of RGB (Red+Green+Blue) = 200+116+100=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87464 is #378B9B. Grayscale: #8B8B8B. Windows color (decimal): -3640220 or 6583496. OLE color: 6583496.
HSL color Cylindrical-coordinate representation of color #C87464: hue angle of 9.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87464 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 100 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.22 |
| HSL | 9.6º | 0.48% | 0.59% | - |
| HSV(B) | 9.6º | 0.5% | 0.78% | - |
| XYZ | 32.37 | 25.69 | 15.31 | - |
| YUV | 139.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 100 | 0 | 0.42 | 0.5 | 0.22 | 9.6 | 0.48 | 0.59 |
| Hex | C8 | 74 | 64 | 0 | 2A | 32 | 16 | A | 30 | 3B |
| Octal | 310 | 164 | 144 | 0 | 52 | 62 | 26 | 12 | 60 | 73 |
| Binary | 11001000 | 1110100 | 1100100 | 0 | 101010 | 110010 | 10110 | 1010 | 110000 | 111011 |
Color Harmonies of #C87464
Complementary color
Monochromatic Colors of #C87464
Black with #C87464
Text Example
Text Example
White with #C87464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87464; }
p { color: rgb(200,116,100); }
H1.HeaderClassName
{
color: #C87464;
}
.AnyTagClassName
{
color: #C87464;
}
</style>
background-color css
<style>
a { background-color: #C87464; }
a { background-color: rgb(200,116,100); }
div.DivClassName
{
background-color: #C87464;
}
.BgClassName
{
background-color: #C87464;
}
</style>
border-color css
<style>
span { border-color: #C87464; }
span { border-color: rgb(200,116,100); }
td.TdClassName
{
border-color: #C87464;
}
.TagClassName
{
border-color: #C87464;
}
</style>