Shades of Contessa #C87565
Tints of Contessa #C87565
RGB
CMYK
RGB Variations
Color information
#C87565 (or 0xC87565) is known color: Contessa. HEX triplet: C8, 75 and 65. RGB value is (200,117,101). Sum of RGB (Red+Green+Blue) = 200+117+101=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C87565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87565 is #378A9A. Grayscale: #8C8C8C. Windows color (decimal): -3639963 or 6649288. OLE color: 6649288.
HSL color Cylindrical-coordinate representation of color #C87565: hue angle of 9.7º degrees, saturation: 0.47, 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 #C87565 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 117 | 101 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.22 |
| HSL | 9.7º | 0.47% | 0.59% | - |
| HSV(B) | 9.7º | 0.5% | 0.78% | - |
| XYZ | 32.53 | 25.94 | 15.6 | - |
| YUV | 139.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 117 | 101 | 0 | 0.42 | 0.49 | 0.22 | 9.7 | 0.47 | 0.59 |
| Hex | C8 | 75 | 65 | 0 | 2A | 31 | 16 | A | 2F | 3B |
| Octal | 310 | 165 | 145 | 0 | 52 | 61 | 26 | 12 | 57 | 73 |
| Binary | 11001000 | 1110101 | 1100101 | 0 | 101010 | 110001 | 10110 | 1010 | 101111 | 111011 |
Color Harmonies of #C87565
Complementary color
Monochromatic Colors of #C87565
Black with #C87565
Text Example
Text Example
White with #C87565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87565; }
p { color: rgb(200,117,101); }
H1.HeaderClassName
{
color: #C87565;
}
.AnyTagClassName
{
color: #C87565;
}
</style>
background-color css
<style>
a { background-color: #C87565; }
a { background-color: rgb(200,117,101); }
div.DivClassName
{
background-color: #C87565;
}
.BgClassName
{
background-color: #C87565;
}
</style>
border-color css
<style>
span { border-color: #C87565; }
span { border-color: rgb(200,117,101); }
td.TdClassName
{
border-color: #C87565;
}
.TagClassName
{
border-color: #C87565;
}
</style>