Shades of Contessa #C3706E
Tints of Contessa #C3706E
RGB
CMYK
RGB Variations
Color information
#C3706E (or 0xC3706E) is known color: Contessa. HEX triplet: C3, 70 and 6E. RGB value is (195,112,110). Sum of RGB (Red+Green+Blue) = 195+112+110=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3706E is #3C8F91. Grayscale: #888888. Windows color (decimal): -3968914 or 7237827. OLE color: 7237827.
HSL color Cylindrical-coordinate representation of color #C3706E: hue angle of 1.41º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C3706E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 110 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.24 |
| HSL | 1.41º | 0.41% | 0.6% | - |
| HSV(B) | 1.41º | 0.44% | 0.76% | - |
| XYZ | 31.11 | 24.32 | 17.81 | - |
| YUV | 136.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 110 | 0 | 0.43 | 0.44 | 0.24 | 1.41 | 0.41 | 0.6 |
| Hex | C3 | 70 | 6E | 0 | 2B | 2C | 18 | 1 | 29 | 3C |
| Octal | 303 | 160 | 156 | 0 | 53 | 54 | 30 | 1 | 51 | 74 |
| Binary | 11000011 | 1110000 | 1101110 | 0 | 101011 | 101100 | 11000 | 1 | 101001 | 111100 |
Color Harmonies of #C3706E
Complementary color
Monochromatic Colors of #C3706E
Black with #C3706E
Text Example
Text Example
White with #C3706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3706E; }
p { color: rgb(195,112,110); }
H1.HeaderClassName
{
color: #C3706E;
}
.AnyTagClassName
{
color: #C3706E;
}
</style>
background-color css
<style>
a { background-color: #C3706E; }
a { background-color: rgb(195,112,110); }
div.DivClassName
{
background-color: #C3706E;
}
.BgClassName
{
background-color: #C3706E;
}
</style>
border-color css
<style>
span { border-color: #C3706E; }
span { border-color: rgb(195,112,110); }
td.TdClassName
{
border-color: #C3706E;
}
.TagClassName
{
border-color: #C3706E;
}
</style>