Shades of Contessa #C17A70
Tints of Contessa #C17A70
RGB
CMYK
RGB Variations
Color information
#C17A70 (or 0xC17A70) is known color: Contessa. HEX triplet: C1, 7A and 70. RGB value is (193,122,112). Sum of RGB (Red+Green+Blue) = 193+122+112=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17A70 is #3E858F. Grayscale: #8E8E8E. Windows color (decimal): -4097424 or 7371457. OLE color: 7371457.
HSL color Cylindrical-coordinate representation of color #C17A70: hue angle of 7.41º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17A70 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 112 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.24 |
| HSL | 7.41º | 0.4% | 0.6% | - |
| HSV(B) | 7.41º | 0.42% | 0.76% | - |
| XYZ | 31.88 | 26.43 | 18.75 | - |
| YUV | 142.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 112 | 0 | 0.37 | 0.42 | 0.24 | 7.41 | 0.4 | 0.6 |
| Hex | C1 | 7A | 70 | 0 | 25 | 2A | 18 | 7 | 28 | 3C |
| Octal | 301 | 172 | 160 | 0 | 45 | 52 | 30 | 7 | 50 | 74 |
| Binary | 11000001 | 1111010 | 1110000 | 0 | 100101 | 101010 | 11000 | 111 | 101000 | 111100 |
Color Harmonies of #C17A70
Complementary color
Monochromatic Colors of #C17A70
Black with #C17A70
Text Example
Text Example
White with #C17A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17A70; }
p { color: rgb(193,122,112); }
H1.HeaderClassName
{
color: #C17A70;
}
.AnyTagClassName
{
color: #C17A70;
}
</style>
background-color css
<style>
a { background-color: #C17A70; }
a { background-color: rgb(193,122,112); }
div.DivClassName
{
background-color: #C17A70;
}
.BgClassName
{
background-color: #C17A70;
}
</style>
border-color css
<style>
span { border-color: #C17A70; }
span { border-color: rgb(193,122,112); }
td.TdClassName
{
border-color: #C17A70;
}
.TagClassName
{
border-color: #C17A70;
}
</style>