Shades of Contessa #C77765
Tints of Contessa #C77765
RGB
CMYK
RGB Variations
Color information
#C77765 (or 0xC77765) is known color: Contessa. HEX triplet: C7, 77 and 65. RGB value is (199,119,101). Sum of RGB (Red+Green+Blue) = 199+119+101=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C77765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77765 is #38889A. Grayscale: #8D8D8D. Windows color (decimal): -3704987 or 6649799. OLE color: 6649799.
HSL color Cylindrical-coordinate representation of color #C77765: hue angle of 11.02º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77765 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 101 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.22 |
| HSL | 11.02º | 0.47% | 0.59% | - |
| HSV(B) | 11.02º | 0.49% | 0.78% | - |
| XYZ | 32.5 | 26.28 | 15.67 | - |
| YUV | 140.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 101 | 0 | 0.40 | 0.49 | 0.22 | 11.02 | 0.47 | 0.59 |
| Hex | C7 | 77 | 65 | 0 | 28 | 31 | 16 | B | 2F | 3B |
| Octal | 307 | 167 | 145 | 0 | 50 | 61 | 26 | 13 | 57 | 73 |
| Binary | 11000111 | 1110111 | 1100101 | 0 | 101000 | 110001 | 10110 | 1011 | 101111 | 111011 |
Color Harmonies of #C77765
Complementary color
Monochromatic Colors of #C77765
Black with #C77765
Text Example
Text Example
White with #C77765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77765; }
p { color: rgb(199,119,101); }
H1.HeaderClassName
{
color: #C77765;
}
.AnyTagClassName
{
color: #C77765;
}
</style>
background-color css
<style>
a { background-color: #C77765; }
a { background-color: rgb(199,119,101); }
div.DivClassName
{
background-color: #C77765;
}
.BgClassName
{
background-color: #C77765;
}
</style>
border-color css
<style>
span { border-color: #C77765; }
span { border-color: rgb(199,119,101); }
td.TdClassName
{
border-color: #C77765;
}
.TagClassName
{
border-color: #C77765;
}
</style>