Shades of Contessa #C36D5D
Tints of Contessa #C36D5D
RGB
CMYK
RGB Variations
Color information
#C36D5D (or 0xC36D5D) is known color: Contessa. HEX triplet: C3, 6D and 5D. RGB value is (195,109,93). Sum of RGB (Red+Green+Blue) = 195+109+93=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C36D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36D5D is #3C92A2. Grayscale: #858585. Windows color (decimal): -3969699 or 6122947. OLE color: 6122947.
HSL color Cylindrical-coordinate representation of color #C36D5D: hue angle of 9.41º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C36D5D is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 109 | 93 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.24 |
| HSL | 9.41º | 0.46% | 0.56% | - |
| HSV(B) | 9.41º | 0.52% | 0.76% | - |
| XYZ | 29.95 | 23.33 | 13.28 | - |
| YUV | 132.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 109 | 93 | 0 | 0.44 | 0.52 | 0.24 | 9.41 | 0.46 | 0.56 |
| Hex | C3 | 6D | 5D | 0 | 2C | 34 | 18 | 9 | 2E | 38 |
| Octal | 303 | 155 | 135 | 0 | 54 | 64 | 30 | 11 | 56 | 70 |
| Binary | 11000011 | 1101101 | 1011101 | 0 | 101100 | 110100 | 11000 | 1001 | 101110 | 111000 |
Color Harmonies of #C36D5D
Complementary color
Monochromatic Colors of #C36D5D
Black with #C36D5D
Text Example
Text Example
White with #C36D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36D5D; }
p { color: rgb(195,109,93); }
H1.HeaderClassName
{
color: #C36D5D;
}
.AnyTagClassName
{
color: #C36D5D;
}
</style>
background-color css
<style>
a { background-color: #C36D5D; }
a { background-color: rgb(195,109,93); }
div.DivClassName
{
background-color: #C36D5D;
}
.BgClassName
{
background-color: #C36D5D;
}
</style>
border-color css
<style>
span { border-color: #C36D5D; }
span { border-color: rgb(195,109,93); }
td.TdClassName
{
border-color: #C36D5D;
}
.TagClassName
{
border-color: #C36D5D;
}
</style>