Shades of Contessa #C3786E
Tints of Contessa #C3786E
RGB
CMYK
RGB Variations
Color information
#C3786E (or 0xC3786E) is known color: Contessa. HEX triplet: C3, 78 and 6E. RGB value is (195,120,110). Sum of RGB (Red+Green+Blue) = 195+120+110=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3786E is #3C8791. Grayscale: #8D8D8D. Windows color (decimal): -3966866 or 7239875. OLE color: 7239875.
HSL color Cylindrical-coordinate representation of color #C3786E: hue angle of 7.06º 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 #C3786E is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 110 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.24 |
| HSL | 7.06º | 0.41% | 0.6% | - |
| HSV(B) | 7.06º | 0.44% | 0.76% | - |
| XYZ | 32.04 | 26.16 | 18.11 | - |
| YUV | 141.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 110 | 0 | 0.38 | 0.44 | 0.24 | 7.06 | 0.41 | 0.6 |
| Hex | C3 | 78 | 6E | 0 | 26 | 2C | 18 | 7 | 29 | 3C |
| Octal | 303 | 170 | 156 | 0 | 46 | 54 | 30 | 7 | 51 | 74 |
| Binary | 11000011 | 1111000 | 1101110 | 0 | 100110 | 101100 | 11000 | 111 | 101001 | 111100 |
Color Harmonies of #C3786E
Complementary color
Monochromatic Colors of #C3786E
Black with #C3786E
Text Example
Text Example
White with #C3786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3786E; }
p { color: rgb(195,120,110); }
H1.HeaderClassName
{
color: #C3786E;
}
.AnyTagClassName
{
color: #C3786E;
}
</style>
background-color css
<style>
a { background-color: #C3786E; }
a { background-color: rgb(195,120,110); }
div.DivClassName
{
background-color: #C3786E;
}
.BgClassName
{
background-color: #C3786E;
}
</style>
border-color css
<style>
span { border-color: #C3786E; }
span { border-color: rgb(195,120,110); }
td.TdClassName
{
border-color: #C3786E;
}
.TagClassName
{
border-color: #C3786E;
}
</style>