Shades of Contessa #C0705D
Tints of Contessa #C0705D
RGB
CMYK
RGB Variations
Color information
#C0705D (or 0xC0705D) is known color: Contessa. HEX triplet: C0, 70 and 5D. RGB value is (192,112,93). Sum of RGB (Red+Green+Blue) = 192+112+93=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0705D is #3F8FA2. Grayscale: #858585. Windows color (decimal): -4165539 or 6123712. OLE color: 6123712.
HSL color Cylindrical-coordinate representation of color #C0705D: hue angle of 11.52º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0705D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 93 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.25 |
| HSL | 11.52º | 0.44% | 0.56% | - |
| HSV(B) | 11.52º | 0.52% | 0.75% | - |
| XYZ | 29.51 | 23.59 | 13.35 | - |
| YUV | 133.75 | 105 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 93 | 0 | 0.42 | 0.52 | 0.25 | 11.52 | 0.44 | 0.56 |
| Hex | C0 | 70 | 5D | 0 | 2A | 34 | 19 | C | 2C | 38 |
| Octal | 300 | 160 | 135 | 0 | 52 | 64 | 31 | 14 | 54 | 70 |
| Binary | 11000000 | 1110000 | 1011101 | 0 | 101010 | 110100 | 11001 | 1100 | 101100 | 111000 |
Color Harmonies of #C0705D
Complementary color
Monochromatic Colors of #C0705D
Black with #C0705D
Text Example
Text Example
White with #C0705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0705D; }
p { color: rgb(192,112,93); }
H1.HeaderClassName
{
color: #C0705D;
}
.AnyTagClassName
{
color: #C0705D;
}
</style>
background-color css
<style>
a { background-color: #C0705D; }
a { background-color: rgb(192,112,93); }
div.DivClassName
{
background-color: #C0705D;
}
.BgClassName
{
background-color: #C0705D;
}
</style>
border-color css
<style>
span { border-color: #C0705D; }
span { border-color: rgb(192,112,93); }
td.TdClassName
{
border-color: #C0705D;
}
.TagClassName
{
border-color: #C0705D;
}
</style>