Shades of Contessa #C1705E
Tints of Contessa #C1705E
RGB
CMYK
RGB Variations
Color information
#C1705E (or 0xC1705E) is known color: Contessa. HEX triplet: C1, 70 and 5E. RGB value is (193,112,94). Sum of RGB (Red+Green+Blue) = 193+112+94=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1705E is #3E8FA1. Grayscale: #868686. Windows color (decimal): -4100002 or 6189249. OLE color: 6189249.
HSL color Cylindrical-coordinate representation of color #C1705E: hue angle of 10.91º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1705E is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 112 | 94 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.24 |
| HSL | 10.91º | 0.44% | 0.56% | - |
| HSV(B) | 10.91º | 0.51% | 0.76% | - |
| XYZ | 29.81 | 23.73 | 13.6 | - |
| YUV | 134.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 94 | 0 | 0.42 | 0.51 | 0.24 | 10.91 | 0.44 | 0.56 |
| Hex | C1 | 70 | 5E | 0 | 2A | 33 | 18 | B | 2C | 38 |
| Octal | 301 | 160 | 136 | 0 | 52 | 63 | 30 | 13 | 54 | 70 |
| Binary | 11000001 | 1110000 | 1011110 | 0 | 101010 | 110011 | 11000 | 1011 | 101100 | 111000 |
Color Harmonies of #C1705E
Complementary color
Monochromatic Colors of #C1705E
Black with #C1705E
Text Example
Text Example
White with #C1705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1705E; }
p { color: rgb(193,112,94); }
H1.HeaderClassName
{
color: #C1705E;
}
.AnyTagClassName
{
color: #C1705E;
}
</style>
background-color css
<style>
a { background-color: #C1705E; }
a { background-color: rgb(193,112,94); }
div.DivClassName
{
background-color: #C1705E;
}
.BgClassName
{
background-color: #C1705E;
}
</style>
border-color css
<style>
span { border-color: #C1705E; }
span { border-color: rgb(193,112,94); }
td.TdClassName
{
border-color: #C1705E;
}
.TagClassName
{
border-color: #C1705E;
}
</style>