Shades of Contessa #C36D64
Tints of Contessa #C36D64
RGB
CMYK
RGB Variations
Color information
#C36D64 (or 0xC36D64) is known color: Contessa. HEX triplet: C3, 6D and 64. RGB value is (195,109,100). Sum of RGB (Red+Green+Blue) = 195+109+100=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D64 is #3C929B. Grayscale: #858585. Windows color (decimal): -3969692 or 6581699. OLE color: 6581699.
HSL color Cylindrical-coordinate representation of color #C36D64: hue angle of 5.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36D64 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 100 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.24 |
| HSL | 5.68º | 0.44% | 0.58% | - |
| HSV(B) | 5.68º | 0.49% | 0.76% | - |
| XYZ | 30.27 | 23.46 | 14.99 | - |
| YUV | 133.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 100 | 0 | 0.44 | 0.49 | 0.24 | 5.68 | 0.44 | 0.58 |
| Hex | C3 | 6D | 64 | 0 | 2C | 31 | 18 | 6 | 2C | 3A |
| Octal | 303 | 155 | 144 | 0 | 54 | 61 | 30 | 6 | 54 | 72 |
| Binary | 11000011 | 1101101 | 1100100 | 0 | 101100 | 110001 | 11000 | 110 | 101100 | 111010 |
Color Harmonies of #C36D64
Complementary color
Monochromatic Colors of #C36D64
Black with #C36D64
Text Example
Text Example
White with #C36D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D64; }
p { color: rgb(195,109,100); }
H1.HeaderClassName
{
color: #C36D64;
}
.AnyTagClassName
{
color: #C36D64;
}
</style>
background-color css
<style>
a { background-color: #C36D64; }
a { background-color: rgb(195,109,100); }
div.DivClassName
{
background-color: #C36D64;
}
.BgClassName
{
background-color: #C36D64;
}
</style>
border-color css
<style>
span { border-color: #C36D64; }
span { border-color: rgb(195,109,100); }
td.TdClassName
{
border-color: #C36D64;
}
.TagClassName
{
border-color: #C36D64;
}
</style>