Shades of Contessa #C2715F
Tints of Contessa #C2715F
RGB
CMYK
RGB Variations
Color information
#C2715F (or 0xC2715F) is known color: Contessa. HEX triplet: C2, 71 and 5F. RGB value is (194,113,95). Sum of RGB (Red+Green+Blue) = 194+113+95=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2715F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2715F is #3D8EA0. Grayscale: #878787. Windows color (decimal): -4034209 or 6255042. OLE color: 6255042.
HSL color Cylindrical-coordinate representation of color #C2715F: hue angle of 10.91º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2715F is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 95 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.24 |
| HSL | 10.91º | 0.45% | 0.57% | - |
| HSV(B) | 10.91º | 0.51% | 0.76% | - |
| XYZ | 30.22 | 24.11 | 13.89 | - |
| YUV | 135.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 95 | 0 | 0.42 | 0.51 | 0.24 | 10.91 | 0.45 | 0.57 |
| Hex | C2 | 71 | 5F | 0 | 2A | 33 | 18 | B | 2D | 39 |
| Octal | 302 | 161 | 137 | 0 | 52 | 63 | 30 | 13 | 55 | 71 |
| Binary | 11000010 | 1110001 | 1011111 | 0 | 101010 | 110011 | 11000 | 1011 | 101101 | 111001 |
Color Harmonies of #C2715F
Complementary color
Monochromatic Colors of #C2715F
Black with #C2715F
Text Example
Text Example
White with #C2715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2715F; }
p { color: rgb(194,113,95); }
H1.HeaderClassName
{
color: #C2715F;
}
.AnyTagClassName
{
color: #C2715F;
}
</style>
background-color css
<style>
a { background-color: #C2715F; }
a { background-color: rgb(194,113,95); }
div.DivClassName
{
background-color: #C2715F;
}
.BgClassName
{
background-color: #C2715F;
}
</style>
border-color css
<style>
span { border-color: #C2715F; }
span { border-color: rgb(194,113,95); }
td.TdClassName
{
border-color: #C2715F;
}
.TagClassName
{
border-color: #C2715F;
}
</style>