Shades of Contessa #C2725F
Tints of Contessa #C2725F
RGB
CMYK
RGB Variations
Color information
#C2725F (or 0xC2725F) is known color: Contessa. HEX triplet: C2, 72 and 5F. RGB value is (194,114,95). Sum of RGB (Red+Green+Blue) = 194+114+95=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2725F is #3D8DA0. Grayscale: #878787. Windows color (decimal): -4033953 or 6255298. OLE color: 6255298.
HSL color Cylindrical-coordinate representation of color #C2725F: hue angle of 11.52º 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 #C2725F is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 95 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.24 |
| HSL | 11.52º | 0.45% | 0.57% | - |
| HSV(B) | 11.52º | 0.51% | 0.76% | - |
| XYZ | 30.33 | 24.33 | 13.92 | - |
| YUV | 135.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 95 | 0 | 0.41 | 0.51 | 0.24 | 11.52 | 0.45 | 0.57 |
| Hex | C2 | 72 | 5F | 0 | 29 | 33 | 18 | C | 2D | 39 |
| Octal | 302 | 162 | 137 | 0 | 51 | 63 | 30 | 14 | 55 | 71 |
| Binary | 11000010 | 1110010 | 1011111 | 0 | 101001 | 110011 | 11000 | 1100 | 101101 | 111001 |
Color Harmonies of #C2725F
Complementary color
Monochromatic Colors of #C2725F
Black with #C2725F
Text Example
Text Example
White with #C2725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2725F; }
p { color: rgb(194,114,95); }
H1.HeaderClassName
{
color: #C2725F;
}
.AnyTagClassName
{
color: #C2725F;
}
</style>
background-color css
<style>
a { background-color: #C2725F; }
a { background-color: rgb(194,114,95); }
div.DivClassName
{
background-color: #C2725F;
}
.BgClassName
{
background-color: #C2725F;
}
</style>
border-color css
<style>
span { border-color: #C2725F; }
span { border-color: rgb(194,114,95); }
td.TdClassName
{
border-color: #C2725F;
}
.TagClassName
{
border-color: #C2725F;
}
</style>