Shades of Contessa #C3786A
Tints of Contessa #C3786A
RGB
CMYK
RGB Variations
Color information
#C3786A (or 0xC3786A) is known color: Contessa. HEX triplet: C3, 78 and 6A. RGB value is (195,120,106). Sum of RGB (Red+Green+Blue) = 195+120+106=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3786A is #3C8795. Grayscale: #8C8C8C. Windows color (decimal): -3966870 or 6977731. OLE color: 6977731.
HSL color Cylindrical-coordinate representation of color #C3786A: hue angle of 9.44º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3786A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 106 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.24 |
| HSL | 9.44º | 0.43% | 0.59% | - |
| HSV(B) | 9.44º | 0.46% | 0.76% | - |
| XYZ | 31.82 | 26.08 | 16.99 | - |
| YUV | 140.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 106 | 0 | 0.38 | 0.46 | 0.24 | 9.44 | 0.43 | 0.59 |
| Hex | C3 | 78 | 6A | 0 | 26 | 2E | 18 | 9 | 2B | 3B |
| Octal | 303 | 170 | 152 | 0 | 46 | 56 | 30 | 11 | 53 | 73 |
| Binary | 11000011 | 1111000 | 1101010 | 0 | 100110 | 101110 | 11000 | 1001 | 101011 | 111011 |
Color Harmonies of #C3786A
Complementary color
Monochromatic Colors of #C3786A
Black with #C3786A
Text Example
Text Example
White with #C3786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3786A; }
p { color: rgb(195,120,106); }
H1.HeaderClassName
{
color: #C3786A;
}
.AnyTagClassName
{
color: #C3786A;
}
</style>
background-color css
<style>
a { background-color: #C3786A; }
a { background-color: rgb(195,120,106); }
div.DivClassName
{
background-color: #C3786A;
}
.BgClassName
{
background-color: #C3786A;
}
</style>
border-color css
<style>
span { border-color: #C3786A; }
span { border-color: rgb(195,120,106); }
td.TdClassName
{
border-color: #C3786A;
}
.TagClassName
{
border-color: #C3786A;
}
</style>