Shades of Contessa #C17B74
Tints of Contessa #C17B74
RGB
CMYK
RGB Variations
Color information
#C17B74 (or 0xC17B74) is known color: Contessa. HEX triplet: C1, 7B and 74. RGB value is (193,123,116). Sum of RGB (Red+Green+Blue) = 193+123+116=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B74 is #3E848B. Grayscale: #8F8F8F. Windows color (decimal): -4097164 or 7633857. OLE color: 7633857.
HSL color Cylindrical-coordinate representation of color #C17B74: hue angle of 5.45º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17B74 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 116 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.24 |
| HSL | 5.45º | 0.38% | 0.61% | - |
| HSV(B) | 5.45º | 0.4% | 0.76% | - |
| XYZ | 32.23 | 26.76 | 19.99 | - |
| YUV | 143.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 116 | 0 | 0.36 | 0.40 | 0.24 | 5.45 | 0.38 | 0.61 |
| Hex | C1 | 7B | 74 | 0 | 24 | 28 | 18 | 5 | 26 | 3D |
| Octal | 301 | 173 | 164 | 0 | 44 | 50 | 30 | 5 | 46 | 75 |
| Binary | 11000001 | 1111011 | 1110100 | 0 | 100100 | 101000 | 11000 | 101 | 100110 | 111101 |
Color Harmonies of #C17B74
Complementary color
Monochromatic Colors of #C17B74
Black with #C17B74
Text Example
Text Example
White with #C17B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B74; }
p { color: rgb(193,123,116); }
H1.HeaderClassName
{
color: #C17B74;
}
.AnyTagClassName
{
color: #C17B74;
}
</style>
background-color css
<style>
a { background-color: #C17B74; }
a { background-color: rgb(193,123,116); }
div.DivClassName
{
background-color: #C17B74;
}
.BgClassName
{
background-color: #C17B74;
}
</style>
border-color css
<style>
span { border-color: #C17B74; }
span { border-color: rgb(193,123,116); }
td.TdClassName
{
border-color: #C17B74;
}
.TagClassName
{
border-color: #C17B74;
}
</style>