Shades of Contessa #C37C74
Tints of Contessa #C37C74
RGB
CMYK
RGB Variations
Color information
#C37C74 (or 0xC37C74) is known color: Contessa. HEX triplet: C3, 7C and 74. RGB value is (195,124,116). Sum of RGB (Red+Green+Blue) = 195+124+116=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C74 is #3C838B. Grayscale: #909090. Windows color (decimal): -3965836 or 7634115. OLE color: 7634115.
HSL color Cylindrical-coordinate representation of color #C37C74: hue angle of 6.08º 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 #C37C74 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 116 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.24 |
| HSL | 6.08º | 0.4% | 0.61% | - |
| HSV(B) | 6.08º | 0.41% | 0.76% | - |
| XYZ | 32.87 | 27.28 | 20.06 | - |
| YUV | 144.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 116 | 0 | 0.36 | 0.41 | 0.24 | 6.08 | 0.4 | 0.61 |
| Hex | C3 | 7C | 74 | 0 | 24 | 29 | 18 | 6 | 28 | 3D |
| Octal | 303 | 174 | 164 | 0 | 44 | 51 | 30 | 6 | 50 | 75 |
| Binary | 11000011 | 1111100 | 1110100 | 0 | 100100 | 101001 | 11000 | 110 | 101000 | 111101 |
Color Harmonies of #C37C74
Complementary color
Monochromatic Colors of #C37C74
Black with #C37C74
Text Example
Text Example
White with #C37C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C74; }
p { color: rgb(195,124,116); }
H1.HeaderClassName
{
color: #C37C74;
}
.AnyTagClassName
{
color: #C37C74;
}
</style>
background-color css
<style>
a { background-color: #C37C74; }
a { background-color: rgb(195,124,116); }
div.DivClassName
{
background-color: #C37C74;
}
.BgClassName
{
background-color: #C37C74;
}
</style>
border-color css
<style>
span { border-color: #C37C74; }
span { border-color: rgb(195,124,116); }
td.TdClassName
{
border-color: #C37C74;
}
.TagClassName
{
border-color: #C37C74;
}
</style>