Shades of Contessa #C77464
Tints of Contessa #C77464
RGB
CMYK
RGB Variations
Color information
#C77464 (or 0xC77464) is known color: Contessa. HEX triplet: C7, 74 and 64. RGB value is (199,116,100). Sum of RGB (Red+Green+Blue) = 199+116+100=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C77464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77464 is #388B9B. Grayscale: #8B8B8B. Windows color (decimal): -3705756 or 6583495. OLE color: 6583495.
HSL color Cylindrical-coordinate representation of color #C77464: hue angle of 9.7º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C77464 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 100 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.22 |
| HSL | 9.7º | 0.47% | 0.59% | - |
| HSV(B) | 9.7º | 0.5% | 0.78% | - |
| XYZ | 32.1 | 25.55 | 15.3 | - |
| YUV | 138.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 100 | 0 | 0.42 | 0.50 | 0.22 | 9.7 | 0.47 | 0.59 |
| Hex | C7 | 74 | 64 | 0 | 2A | 32 | 16 | A | 2F | 3B |
| Octal | 307 | 164 | 144 | 0 | 52 | 62 | 26 | 12 | 57 | 73 |
| Binary | 11000111 | 1110100 | 1100100 | 0 | 101010 | 110010 | 10110 | 1010 | 101111 | 111011 |
Color Harmonies of #C77464
Complementary color
Monochromatic Colors of #C77464
Black with #C77464
Text Example
Text Example
White with #C77464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77464; }
p { color: rgb(199,116,100); }
H1.HeaderClassName
{
color: #C77464;
}
.AnyTagClassName
{
color: #C77464;
}
</style>
background-color css
<style>
a { background-color: #C77464; }
a { background-color: rgb(199,116,100); }
div.DivClassName
{
background-color: #C77464;
}
.BgClassName
{
background-color: #C77464;
}
</style>
border-color css
<style>
span { border-color: #C77464; }
span { border-color: rgb(199,116,100); }
td.TdClassName
{
border-color: #C77464;
}
.TagClassName
{
border-color: #C77464;
}
</style>