Shades of Contessa #C87366
Tints of Contessa #C87366
RGB
CMYK
RGB Variations
Color information
#C87366 (or 0xC87366) is known color: Contessa. HEX triplet: C8, 73 and 66. RGB value is (200,115,102). Sum of RGB (Red+Green+Blue) = 200+115+102=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C87366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87366 is #378C99. Grayscale: #8B8B8B. Windows color (decimal): -3640474 or 6714312. OLE color: 6714312.
HSL color Cylindrical-coordinate representation of color #C87366: hue angle of 7.96º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C87366 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 102 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.22 |
| HSL | 7.96º | 0.47% | 0.59% | - |
| HSV(B) | 7.96º | 0.49% | 0.78% | - |
| XYZ | 32.35 | 25.5 | 15.79 | - |
| YUV | 138.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 102 | 0 | 0.42 | 0.49 | 0.22 | 7.96 | 0.47 | 0.59 |
| Hex | C8 | 73 | 66 | 0 | 2A | 31 | 16 | 8 | 2F | 3B |
| Octal | 310 | 163 | 146 | 0 | 52 | 61 | 26 | 10 | 57 | 73 |
| Binary | 11001000 | 1110011 | 1100110 | 0 | 101010 | 110001 | 10110 | 1000 | 101111 | 111011 |
Color Harmonies of #C87366
Complementary color
Monochromatic Colors of #C87366
Black with #C87366
Text Example
Text Example
White with #C87366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87366; }
p { color: rgb(200,115,102); }
H1.HeaderClassName
{
color: #C87366;
}
.AnyTagClassName
{
color: #C87366;
}
</style>
background-color css
<style>
a { background-color: #C87366; }
a { background-color: rgb(200,115,102); }
div.DivClassName
{
background-color: #C87366;
}
.BgClassName
{
background-color: #C87366;
}
</style>
border-color css
<style>
span { border-color: #C87366; }
span { border-color: rgb(200,115,102); }
td.TdClassName
{
border-color: #C87366;
}
.TagClassName
{
border-color: #C87366;
}
</style>