Shades of Contessa #C36D65
Tints of Contessa #C36D65
RGB
CMYK
RGB Variations
Color information
#C36D65 (or 0xC36D65) is known color: Contessa. HEX triplet: C3, 6D and 65. RGB value is (195,109,101). Sum of RGB (Red+Green+Blue) = 195+109+101=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D65 is #3C929A. Grayscale: #858585. Windows color (decimal): -3969691 or 6647235. OLE color: 6647235.
HSL color Cylindrical-coordinate representation of color #C36D65: hue angle of 5.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36D65 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 101 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.24 |
| HSL | 5.11º | 0.44% | 0.58% | - |
| HSV(B) | 5.11º | 0.48% | 0.76% | - |
| XYZ | 30.32 | 23.48 | 15.25 | - |
| YUV | 133.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 101 | 0 | 0.44 | 0.48 | 0.24 | 5.11 | 0.44 | 0.58 |
| Hex | C3 | 6D | 65 | 0 | 2C | 30 | 18 | 5 | 2C | 3A |
| Octal | 303 | 155 | 145 | 0 | 54 | 60 | 30 | 5 | 54 | 72 |
| Binary | 11000011 | 1101101 | 1100101 | 0 | 101100 | 110000 | 11000 | 101 | 101100 | 111010 |
Color Harmonies of #C36D65
Complementary color
Monochromatic Colors of #C36D65
Black with #C36D65
Text Example
Text Example
White with #C36D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D65; }
p { color: rgb(195,109,101); }
H1.HeaderClassName
{
color: #C36D65;
}
.AnyTagClassName
{
color: #C36D65;
}
</style>
background-color css
<style>
a { background-color: #C36D65; }
a { background-color: rgb(195,109,101); }
div.DivClassName
{
background-color: #C36D65;
}
.BgClassName
{
background-color: #C36D65;
}
</style>
border-color css
<style>
span { border-color: #C36D65; }
span { border-color: rgb(195,109,101); }
td.TdClassName
{
border-color: #C36D65;
}
.TagClassName
{
border-color: #C36D65;
}
</style>