Shades of Contessa #C3766D
Tints of Contessa #C3766D
RGB
CMYK
RGB Variations
Color information
#C3766D (or 0xC3766D) is known color: Contessa. HEX triplet: C3, 76 and 6D. RGB value is (195,118,109). Sum of RGB (Red+Green+Blue) = 195+118+109=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3766D is #3C8992. Grayscale: #8C8C8C. Windows color (decimal): -3967379 or 7173827. OLE color: 7173827.
HSL color Cylindrical-coordinate representation of color #C3766D: hue angle of 6.28º 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 #C3766D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 109 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.24 |
| HSL | 6.28º | 0.42% | 0.6% | - |
| HSV(B) | 6.28º | 0.44% | 0.76% | - |
| XYZ | 31.74 | 25.66 | 17.75 | - |
| YUV | 140 | 110.51 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 109 | 0 | 0.39 | 0.44 | 0.24 | 6.28 | 0.42 | 0.6 |
| Hex | C3 | 76 | 6D | 0 | 27 | 2C | 18 | 6 | 2A | 3C |
| Octal | 303 | 166 | 155 | 0 | 47 | 54 | 30 | 6 | 52 | 74 |
| Binary | 11000011 | 1110110 | 1101101 | 0 | 100111 | 101100 | 11000 | 110 | 101010 | 111100 |
Color Harmonies of #C3766D
Complementary color
Monochromatic Colors of #C3766D
Black with #C3766D
Text Example
Text Example
White with #C3766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3766D; }
p { color: rgb(195,118,109); }
H1.HeaderClassName
{
color: #C3766D;
}
.AnyTagClassName
{
color: #C3766D;
}
</style>
background-color css
<style>
a { background-color: #C3766D; }
a { background-color: rgb(195,118,109); }
div.DivClassName
{
background-color: #C3766D;
}
.BgClassName
{
background-color: #C3766D;
}
</style>
border-color css
<style>
span { border-color: #C3766D; }
span { border-color: rgb(195,118,109); }
td.TdClassName
{
border-color: #C3766D;
}
.TagClassName
{
border-color: #C3766D;
}
</style>