Shades of Contessa #C87365
Tints of Contessa #C87365
RGB
CMYK
RGB Variations
Color information
#C87365 (or 0xC87365) is known color: Contessa. HEX triplet: C8, 73 and 65. RGB value is (200,115,101). Sum of RGB (Red+Green+Blue) = 200+115+101=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C87365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87365 is #378C9A. Grayscale: #8A8A8A. Windows color (decimal): -3640475 or 6648776. OLE color: 6648776.
HSL color Cylindrical-coordinate representation of color #C87365: hue angle of 8.48º 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 #C87365 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 101 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.22 |
| HSL | 8.48º | 0.47% | 0.59% | - |
| HSV(B) | 8.48º | 0.5% | 0.78% | - |
| XYZ | 32.3 | 25.48 | 15.53 | - |
| YUV | 138.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 101 | 0 | 0.42 | 0.49 | 0.22 | 8.48 | 0.47 | 0.59 |
| Hex | C8 | 73 | 65 | 0 | 2A | 31 | 16 | 8 | 2F | 3B |
| Octal | 310 | 163 | 145 | 0 | 52 | 61 | 26 | 10 | 57 | 73 |
| Binary | 11001000 | 1110011 | 1100101 | 0 | 101010 | 110001 | 10110 | 1000 | 101111 | 111011 |
Color Harmonies of #C87365
Complementary color
Monochromatic Colors of #C87365
Black with #C87365
Text Example
Text Example
White with #C87365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87365; }
p { color: rgb(200,115,101); }
H1.HeaderClassName
{
color: #C87365;
}
.AnyTagClassName
{
color: #C87365;
}
</style>
background-color css
<style>
a { background-color: #C87365; }
a { background-color: rgb(200,115,101); }
div.DivClassName
{
background-color: #C87365;
}
.BgClassName
{
background-color: #C87365;
}
</style>
border-color css
<style>
span { border-color: #C87365; }
span { border-color: rgb(200,115,101); }
td.TdClassName
{
border-color: #C87365;
}
.TagClassName
{
border-color: #C87365;
}
</style>