Shades of Contessa #C07965
Tints of Contessa #C07965
RGB
CMYK
RGB Variations
Color information
#C07965 (or 0xC07965) is known color: Contessa. HEX triplet: C0, 79 and 65. RGB value is (192,121,101). Sum of RGB (Red+Green+Blue) = 192+121+101=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C07965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07965 is #3F869A. Grayscale: #8C8C8C. Windows color (decimal): -4163227 or 6650304. OLE color: 6650304.
HSL color Cylindrical-coordinate representation of color #C07965: hue angle of 13.19º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07965 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 101 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.25 |
| HSL | 13.19º | 0.42% | 0.57% | - |
| HSV(B) | 13.19º | 0.47% | 0.75% | - |
| XYZ | 30.92 | 25.82 | 15.67 | - |
| YUV | 139.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 101 | 0 | 0.37 | 0.47 | 0.25 | 13.19 | 0.42 | 0.57 |
| Hex | C0 | 79 | 65 | 0 | 25 | 2F | 19 | D | 2A | 39 |
| Octal | 300 | 171 | 145 | 0 | 45 | 57 | 31 | 15 | 52 | 71 |
| Binary | 11000000 | 1111001 | 1100101 | 0 | 100101 | 101111 | 11001 | 1101 | 101010 | 111001 |
Color Harmonies of #C07965
Complementary color
Monochromatic Colors of #C07965
Black with #C07965
Text Example
Text Example
White with #C07965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07965; }
p { color: rgb(192,121,101); }
H1.HeaderClassName
{
color: #C07965;
}
.AnyTagClassName
{
color: #C07965;
}
</style>
background-color css
<style>
a { background-color: #C07965; }
a { background-color: rgb(192,121,101); }
div.DivClassName
{
background-color: #C07965;
}
.BgClassName
{
background-color: #C07965;
}
</style>
border-color css
<style>
span { border-color: #C07965; }
span { border-color: rgb(192,121,101); }
td.TdClassName
{
border-color: #C07965;
}
.TagClassName
{
border-color: #C07965;
}
</style>