Shades of Contessa #C36C5F
Tints of Contessa #C36C5F
RGB
CMYK
RGB Variations
Color information
#C36C5F (or 0xC36C5F) is known color: Contessa. HEX triplet: C3, 6C and 5F. RGB value is (195,108,95). Sum of RGB (Red+Green+Blue) = 195+108+95=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C5F is #3C93A0. Grayscale: #848484. Windows color (decimal): -3969953 or 6253763. OLE color: 6253763.
HSL color Cylindrical-coordinate representation of color #C36C5F: hue angle of 7.8º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36C5F is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 95 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.24 |
| HSL | 7.8º | 0.45% | 0.57% | - |
| HSV(B) | 7.8º | 0.51% | 0.76% | - |
| XYZ | 29.93 | 23.15 | 13.72 | - |
| YUV | 132.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 95 | 0 | 0.45 | 0.51 | 0.24 | 7.8 | 0.45 | 0.57 |
| Hex | C3 | 6C | 5F | 0 | 2D | 33 | 18 | 8 | 2D | 39 |
| Octal | 303 | 154 | 137 | 0 | 55 | 63 | 30 | 10 | 55 | 71 |
| Binary | 11000011 | 1101100 | 1011111 | 0 | 101101 | 110011 | 11000 | 1000 | 101101 | 111001 |
Color Harmonies of #C36C5F
Complementary color
Monochromatic Colors of #C36C5F
Black with #C36C5F
Text Example
Text Example
White with #C36C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C5F; }
p { color: rgb(195,108,95); }
H1.HeaderClassName
{
color: #C36C5F;
}
.AnyTagClassName
{
color: #C36C5F;
}
</style>
background-color css
<style>
a { background-color: #C36C5F; }
a { background-color: rgb(195,108,95); }
div.DivClassName
{
background-color: #C36C5F;
}
.BgClassName
{
background-color: #C36C5F;
}
</style>
border-color css
<style>
span { border-color: #C36C5F; }
span { border-color: rgb(195,108,95); }
td.TdClassName
{
border-color: #C36C5F;
}
.TagClassName
{
border-color: #C36C5F;
}
</style>