Shades of Contessa #C3716D
Tints of Contessa #C3716D
RGB
CMYK
RGB Variations
Color information
#C3716D (or 0xC3716D) is known color: Contessa. HEX triplet: C3, 71 and 6D. RGB value is (195,113,109). Sum of RGB (Red+Green+Blue) = 195+113+109=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3716D is #3C8E92. Grayscale: #898989. Windows color (decimal): -3968659 or 7172547. OLE color: 7172547.
HSL color Cylindrical-coordinate representation of color #C3716D: hue angle of 2.79º 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 #C3716D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 113 | 109 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.24 |
| HSL | 2.79º | 0.42% | 0.6% | - |
| HSV(B) | 2.79º | 0.44% | 0.76% | - |
| XYZ | 31.17 | 24.52 | 17.56 | - |
| YUV | 137.06 | 112.17 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 109 | 0 | 0.42 | 0.44 | 0.24 | 2.79 | 0.42 | 0.6 |
| Hex | C3 | 71 | 6D | 0 | 2A | 2C | 18 | 3 | 2A | 3C |
| Octal | 303 | 161 | 155 | 0 | 52 | 54 | 30 | 3 | 52 | 74 |
| Binary | 11000011 | 1110001 | 1101101 | 0 | 101010 | 101100 | 11000 | 11 | 101010 | 111100 |
Color Harmonies of #C3716D
Complementary color
Monochromatic Colors of #C3716D
Black with #C3716D
Text Example
Text Example
White with #C3716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3716D; }
p { color: rgb(195,113,109); }
H1.HeaderClassName
{
color: #C3716D;
}
.AnyTagClassName
{
color: #C3716D;
}
</style>
background-color css
<style>
a { background-color: #C3716D; }
a { background-color: rgb(195,113,109); }
div.DivClassName
{
background-color: #C3716D;
}
.BgClassName
{
background-color: #C3716D;
}
</style>
border-color css
<style>
span { border-color: #C3716D; }
span { border-color: rgb(195,113,109); }
td.TdClassName
{
border-color: #C3716D;
}
.TagClassName
{
border-color: #C3716D;
}
</style>