Shades of Contessa #C07762
Tints of Contessa #C07762
RGB
CMYK
RGB Variations
Color information
#C07762 (or 0xC07762) is known color: Contessa. HEX triplet: C0, 77 and 62. RGB value is (192,119,98). Sum of RGB (Red+Green+Blue) = 192+119+98=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C07762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07762 is #3F889D. Grayscale: #8A8A8A. Windows color (decimal): -4163742 or 6453184. OLE color: 6453184.
HSL color Cylindrical-coordinate representation of color #C07762: hue angle of 13.4º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C07762 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 98 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.25 |
| HSL | 13.4º | 0.43% | 0.57% | - |
| HSV(B) | 13.4º | 0.49% | 0.75% | - |
| XYZ | 30.54 | 25.28 | 14.83 | - |
| YUV | 138.43 | 105.18 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 98 | 0 | 0.38 | 0.49 | 0.25 | 13.4 | 0.43 | 0.57 |
| Hex | C0 | 77 | 62 | 0 | 26 | 31 | 19 | D | 2B | 39 |
| Octal | 300 | 167 | 142 | 0 | 46 | 61 | 31 | 15 | 53 | 71 |
| Binary | 11000000 | 1110111 | 1100010 | 0 | 100110 | 110001 | 11001 | 1101 | 101011 | 111001 |
Color Harmonies of #C07762
Complementary color
Monochromatic Colors of #C07762
Black with #C07762
Text Example
Text Example
White with #C07762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07762; }
p { color: rgb(192,119,98); }
H1.HeaderClassName
{
color: #C07762;
}
.AnyTagClassName
{
color: #C07762;
}
</style>
background-color css
<style>
a { background-color: #C07762; }
a { background-color: rgb(192,119,98); }
div.DivClassName
{
background-color: #C07762;
}
.BgClassName
{
background-color: #C07762;
}
</style>
border-color css
<style>
span { border-color: #C07762; }
span { border-color: rgb(192,119,98); }
td.TdClassName
{
border-color: #C07762;
}
.TagClassName
{
border-color: #C07762;
}
</style>