Shades of Contessa #C3776D
Tints of Contessa #C3776D
RGB
CMYK
RGB Variations
Color information
#C3776D (or 0xC3776D) is known color: Contessa. HEX triplet: C3, 77 and 6D. RGB value is (195,119,109). Sum of RGB (Red+Green+Blue) = 195+119+109=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3776D is #3C8892. Grayscale: #8C8C8C. Windows color (decimal): -3967123 or 7174083. OLE color: 7174083.
HSL color Cylindrical-coordinate representation of color #C3776D: hue angle of 6.98º degrees, saturation: 0.42, 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 #C3776D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 109 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.24 |
| HSL | 6.98º | 0.42% | 0.6% | - |
| HSV(B) | 6.98º | 0.44% | 0.76% | - |
| XYZ | 31.86 | 25.9 | 17.79 | - |
| YUV | 140.58 | 110.18 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 109 | 0 | 0.39 | 0.44 | 0.24 | 6.98 | 0.42 | 0.6 |
| Hex | C3 | 77 | 6D | 0 | 27 | 2C | 18 | 7 | 2A | 3C |
| Octal | 303 | 167 | 155 | 0 | 47 | 54 | 30 | 7 | 52 | 74 |
| Binary | 11000011 | 1110111 | 1101101 | 0 | 100111 | 101100 | 11000 | 111 | 101010 | 111100 |
Color Harmonies of #C3776D
Complementary color
Monochromatic Colors of #C3776D
Black with #C3776D
Text Example
Text Example
White with #C3776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3776D; }
p { color: rgb(195,119,109); }
H1.HeaderClassName
{
color: #C3776D;
}
.AnyTagClassName
{
color: #C3776D;
}
</style>
background-color css
<style>
a { background-color: #C3776D; }
a { background-color: rgb(195,119,109); }
div.DivClassName
{
background-color: #C3776D;
}
.BgClassName
{
background-color: #C3776D;
}
</style>
border-color css
<style>
span { border-color: #C3776D; }
span { border-color: rgb(195,119,109); }
td.TdClassName
{
border-color: #C3776D;
}
.TagClassName
{
border-color: #C3776D;
}
</style>