Shades of Contessa #C17574
Tints of Contessa #C17574
RGB
CMYK
RGB Variations
Color information
#C17574 (or 0xC17574) is known color: Contessa. HEX triplet: C1, 75 and 74. RGB value is (193,117,116). Sum of RGB (Red+Green+Blue) = 193+117+116=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C17574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17574 is #3E8A8B. Grayscale: #8B8B8B. Windows color (decimal): -4098700 or 7632321. OLE color: 7632321.
HSL color Cylindrical-coordinate representation of color #C17574: hue angle of 0.78º 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 #C17574 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 116 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.24 |
| HSL | 0.78º | 0.38% | 0.61% | - |
| HSV(B) | 0.78º | 0.4% | 0.76% | - |
| XYZ | 31.51 | 25.32 | 19.75 | - |
| YUV | 139.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 116 | 0 | 0.39 | 0.40 | 0.24 | 0.78 | 0.38 | 0.61 |
| Hex | C1 | 75 | 74 | 0 | 27 | 28 | 18 | 1 | 26 | 3D |
| Octal | 301 | 165 | 164 | 0 | 47 | 50 | 30 | 1 | 46 | 75 |
| Binary | 11000001 | 1110101 | 1110100 | 0 | 100111 | 101000 | 11000 | 1 | 100110 | 111101 |
Color Harmonies of #C17574
Complementary color
Monochromatic Colors of #C17574
Black with #C17574
Text Example
Text Example
White with #C17574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17574; }
p { color: rgb(193,117,116); }
H1.HeaderClassName
{
color: #C17574;
}
.AnyTagClassName
{
color: #C17574;
}
</style>
background-color css
<style>
a { background-color: #C17574; }
a { background-color: rgb(193,117,116); }
div.DivClassName
{
background-color: #C17574;
}
.BgClassName
{
background-color: #C17574;
}
</style>
border-color css
<style>
span { border-color: #C17574; }
span { border-color: rgb(193,117,116); }
td.TdClassName
{
border-color: #C17574;
}
.TagClassName
{
border-color: #C17574;
}
</style>