Shades of Contessa #C37C73
Tints of Contessa #C37C73
RGB
CMYK
RGB Variations
Color information
#C37C73 (or 0xC37C73) is known color: Contessa. HEX triplet: C3, 7C and 73. RGB value is (195,124,115). Sum of RGB (Red+Green+Blue) = 195+124+115=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C73 is #3C838C. Grayscale: #909090. Windows color (decimal): -3965837 or 7568579. OLE color: 7568579.
HSL color Cylindrical-coordinate representation of color #C37C73: hue angle of 6.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37C73 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 115 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.24 |
| HSL | 6.75º | 0.4% | 0.61% | - |
| HSV(B) | 6.75º | 0.41% | 0.76% | - |
| XYZ | 32.81 | 27.26 | 19.75 | - |
| YUV | 144.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 115 | 0 | 0.36 | 0.41 | 0.24 | 6.75 | 0.4 | 0.61 |
| Hex | C3 | 7C | 73 | 0 | 24 | 29 | 18 | 7 | 28 | 3D |
| Octal | 303 | 174 | 163 | 0 | 44 | 51 | 30 | 7 | 50 | 75 |
| Binary | 11000011 | 1111100 | 1110011 | 0 | 100100 | 101001 | 11000 | 111 | 101000 | 111101 |
Color Harmonies of #C37C73
Complementary color
Monochromatic Colors of #C37C73
Black with #C37C73
Text Example
Text Example
White with #C37C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C73; }
p { color: rgb(195,124,115); }
H1.HeaderClassName
{
color: #C37C73;
}
.AnyTagClassName
{
color: #C37C73;
}
</style>
background-color css
<style>
a { background-color: #C37C73; }
a { background-color: rgb(195,124,115); }
div.DivClassName
{
background-color: #C37C73;
}
.BgClassName
{
background-color: #C37C73;
}
</style>
border-color css
<style>
span { border-color: #C37C73; }
span { border-color: rgb(195,124,115); }
td.TdClassName
{
border-color: #C37C73;
}
.TagClassName
{
border-color: #C37C73;
}
</style>