Shades of Contessa #C07165
Tints of Contessa #C07165
RGB
CMYK
RGB Variations
Color information
#C07165 (or 0xC07165) is known color: Contessa. HEX triplet: C0, 71 and 65. RGB value is (192,113,101). Sum of RGB (Red+Green+Blue) = 192+113+101=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C07165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07165 is #3F8E9A. Grayscale: #878787. Windows color (decimal): -4165275 or 6648256. OLE color: 6648256.
HSL color Cylindrical-coordinate representation of color #C07165: hue angle of 7.91º 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 #C07165 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 113 | 101 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.25 |
| HSL | 7.91º | 0.42% | 0.57% | - |
| HSV(B) | 7.91º | 0.47% | 0.75% | - |
| XYZ | 29.99 | 23.96 | 15.36 | - |
| YUV | 135.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 113 | 101 | 0 | 0.41 | 0.47 | 0.25 | 7.91 | 0.42 | 0.57 |
| Hex | C0 | 71 | 65 | 0 | 29 | 2F | 19 | 8 | 2A | 39 |
| Octal | 300 | 161 | 145 | 0 | 51 | 57 | 31 | 10 | 52 | 71 |
| Binary | 11000000 | 1110001 | 1100101 | 0 | 101001 | 101111 | 11001 | 1000 | 101010 | 111001 |
Color Harmonies of #C07165
Complementary color
Monochromatic Colors of #C07165
Black with #C07165
Text Example
Text Example
White with #C07165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07165; }
p { color: rgb(192,113,101); }
H1.HeaderClassName
{
color: #C07165;
}
.AnyTagClassName
{
color: #C07165;
}
</style>
background-color css
<style>
a { background-color: #C07165; }
a { background-color: rgb(192,113,101); }
div.DivClassName
{
background-color: #C07165;
}
.BgClassName
{
background-color: #C07165;
}
</style>
border-color css
<style>
span { border-color: #C07165; }
span { border-color: rgb(192,113,101); }
td.TdClassName
{
border-color: #C07165;
}
.TagClassName
{
border-color: #C07165;
}
</style>