Shades of Contessa #C3786C
Tints of Contessa #C3786C
RGB
CMYK
RGB Variations
Color information
#C3786C (or 0xC3786C) is known color: Contessa. HEX triplet: C3, 78 and 6C. RGB value is (195,120,108). Sum of RGB (Red+Green+Blue) = 195+120+108=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3786C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3786C is #3C8793. Grayscale: #8D8D8D. Windows color (decimal): -3966868 or 7108803. OLE color: 7108803.
HSL color Cylindrical-coordinate representation of color #C3786C: hue angle of 8.28º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3786C is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 108 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.24 |
| HSL | 8.28º | 0.42% | 0.59% | - |
| HSV(B) | 8.28º | 0.45% | 0.76% | - |
| XYZ | 31.93 | 26.12 | 17.55 | - |
| YUV | 141.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 108 | 0 | 0.38 | 0.45 | 0.24 | 8.28 | 0.42 | 0.59 |
| Hex | C3 | 78 | 6C | 0 | 26 | 2D | 18 | 8 | 2A | 3B |
| Octal | 303 | 170 | 154 | 0 | 46 | 55 | 30 | 10 | 52 | 73 |
| Binary | 11000011 | 1111000 | 1101100 | 0 | 100110 | 101101 | 11000 | 1000 | 101010 | 111011 |
Color Harmonies of #C3786C
Complementary color
Monochromatic Colors of #C3786C
Black with #C3786C
Text Example
Text Example
White with #C3786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3786C; }
p { color: rgb(195,120,108); }
H1.HeaderClassName
{
color: #C3786C;
}
.AnyTagClassName
{
color: #C3786C;
}
</style>
background-color css
<style>
a { background-color: #C3786C; }
a { background-color: rgb(195,120,108); }
div.DivClassName
{
background-color: #C3786C;
}
.BgClassName
{
background-color: #C3786C;
}
</style>
border-color css
<style>
span { border-color: #C3786C; }
span { border-color: rgb(195,120,108); }
td.TdClassName
{
border-color: #C3786C;
}
.TagClassName
{
border-color: #C3786C;
}
</style>