Shades of Contessa #C3706A
Tints of Contessa #C3706A
RGB
CMYK
RGB Variations
Color information
#C3706A (or 0xC3706A) is known color: Contessa. HEX triplet: C3, 70 and 6A. RGB value is (195,112,106). Sum of RGB (Red+Green+Blue) = 195+112+106=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C3706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3706A is #3C8F95. Grayscale: #888888. Windows color (decimal): -3968918 or 6975683. OLE color: 6975683.
HSL color Cylindrical-coordinate representation of color #C3706A: hue angle of 4.04º 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 #C3706A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 106 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.24 |
| HSL | 4.04º | 0.43% | 0.59% | - |
| HSV(B) | 4.04º | 0.46% | 0.76% | - |
| XYZ | 30.9 | 24.23 | 16.68 | - |
| YUV | 136.13 | 111 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 106 | 0 | 0.43 | 0.46 | 0.24 | 4.04 | 0.43 | 0.59 |
| Hex | C3 | 70 | 6A | 0 | 2B | 2E | 18 | 4 | 2B | 3B |
| Octal | 303 | 160 | 152 | 0 | 53 | 56 | 30 | 4 | 53 | 73 |
| Binary | 11000011 | 1110000 | 1101010 | 0 | 101011 | 101110 | 11000 | 100 | 101011 | 111011 |
Color Harmonies of #C3706A
Complementary color
Monochromatic Colors of #C3706A
Black with #C3706A
Text Example
Text Example
White with #C3706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3706A; }
p { color: rgb(195,112,106); }
H1.HeaderClassName
{
color: #C3706A;
}
.AnyTagClassName
{
color: #C3706A;
}
</style>
background-color css
<style>
a { background-color: #C3706A; }
a { background-color: rgb(195,112,106); }
div.DivClassName
{
background-color: #C3706A;
}
.BgClassName
{
background-color: #C3706A;
}
</style>
border-color css
<style>
span { border-color: #C3706A; }
span { border-color: rgb(195,112,106); }
td.TdClassName
{
border-color: #C3706A;
}
.TagClassName
{
border-color: #C3706A;
}
</style>