Shades of Contessa #C07A6D
Tints of Contessa #C07A6D
RGB
CMYK
RGB Variations
Color information
#C07A6D (or 0xC07A6D) is known color: Contessa. HEX triplet: C0, 7A and 6D. RGB value is (192,122,109). Sum of RGB (Red+Green+Blue) = 192+122+109=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A6D is #3F8592. Grayscale: #8D8D8D. Windows color (decimal): -4162963 or 7174848. OLE color: 7174848.
HSL color Cylindrical-coordinate representation of color #C07A6D: hue angle of 9.4º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07A6D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 109 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.25 |
| HSL | 9.4º | 0.4% | 0.59% | - |
| HSV(B) | 9.4º | 0.43% | 0.75% | - |
| XYZ | 31.46 | 26.23 | 17.87 | - |
| YUV | 141.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 109 | 0 | 0.36 | 0.43 | 0.25 | 9.4 | 0.4 | 0.59 |
| Hex | C0 | 7A | 6D | 0 | 24 | 2B | 19 | 9 | 28 | 3B |
| Octal | 300 | 172 | 155 | 0 | 44 | 53 | 31 | 11 | 50 | 73 |
| Binary | 11000000 | 1111010 | 1101101 | 0 | 100100 | 101011 | 11001 | 1001 | 101000 | 111011 |
Color Harmonies of #C07A6D
Complementary color
Monochromatic Colors of #C07A6D
Black with #C07A6D
Text Example
Text Example
White with #C07A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07A6D; }
p { color: rgb(192,122,109); }
H1.HeaderClassName
{
color: #C07A6D;
}
.AnyTagClassName
{
color: #C07A6D;
}
</style>
background-color css
<style>
a { background-color: #C07A6D; }
a { background-color: rgb(192,122,109); }
div.DivClassName
{
background-color: #C07A6D;
}
.BgClassName
{
background-color: #C07A6D;
}
</style>
border-color css
<style>
span { border-color: #C07A6D; }
span { border-color: rgb(192,122,109); }
td.TdClassName
{
border-color: #C07A6D;
}
.TagClassName
{
border-color: #C07A6D;
}
</style>