Shades of Contessa #C36C65
Tints of Contessa #C36C65
RGB
CMYK
RGB Variations
Color information
#C36C65 (or 0xC36C65) is known color: Contessa. HEX triplet: C3, 6C and 65. RGB value is (195,108,101). Sum of RGB (Red+Green+Blue) = 195+108+101=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C65 is #3C939A. Grayscale: #858585. Windows color (decimal): -3969947 or 6646979. OLE color: 6646979.
HSL color Cylindrical-coordinate representation of color #C36C65: hue angle of 4.47º 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 #C36C65 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 101 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.24 |
| HSL | 4.47º | 0.44% | 0.58% | - |
| HSV(B) | 4.47º | 0.48% | 0.76% | - |
| XYZ | 30.22 | 23.27 | 15.21 | - |
| YUV | 133.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 101 | 0 | 0.45 | 0.48 | 0.24 | 4.47 | 0.44 | 0.58 |
| Hex | C3 | 6C | 65 | 0 | 2D | 30 | 18 | 4 | 2C | 3A |
| Octal | 303 | 154 | 145 | 0 | 55 | 60 | 30 | 4 | 54 | 72 |
| Binary | 11000011 | 1101100 | 1100101 | 0 | 101101 | 110000 | 11000 | 100 | 101100 | 111010 |
Color Harmonies of #C36C65
Complementary color
Monochromatic Colors of #C36C65
Black with #C36C65
Text Example
Text Example
White with #C36C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C65; }
p { color: rgb(195,108,101); }
H1.HeaderClassName
{
color: #C36C65;
}
.AnyTagClassName
{
color: #C36C65;
}
</style>
background-color css
<style>
a { background-color: #C36C65; }
a { background-color: rgb(195,108,101); }
div.DivClassName
{
background-color: #C36C65;
}
.BgClassName
{
background-color: #C36C65;
}
</style>
border-color css
<style>
span { border-color: #C36C65; }
span { border-color: rgb(195,108,101); }
td.TdClassName
{
border-color: #C36C65;
}
.TagClassName
{
border-color: #C36C65;
}
</style>