Shades of Contessa #C57474
Tints of Contessa #C57474
RGB
CMYK
RGB Variations
Color information
#C57474 (or 0xC57474) is known color: Contessa. HEX triplet: C5, 74 and 74. RGB value is (197,116,116). Sum of RGB (Red+Green+Blue) = 197+116+116=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C57474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57474 is #3A8B8B. Grayscale: #8C8C8C. Windows color (decimal): -3836812 or 7632069. OLE color: 7632069.
HSL color Cylindrical-coordinate representation of color #C57474: hue angle of 0º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C57474 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 116 | 116 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.23 |
| HSL | 0º | 0.41% | 0.61% | - |
| HSV(B) | 0º | 0.41% | 0.77% | - |
| XYZ | 32.42 | 25.62 | 19.76 | - |
| YUV | 140.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 116 | 116 | 0 | 0.41 | 0.41 | 0.23 | 0 | 0.41 | 0.61 |
| Hex | C5 | 74 | 74 | 0 | 29 | 29 | 17 | 0 | 29 | 3D |
| Octal | 305 | 164 | 164 | 0 | 51 | 51 | 27 | 0 | 51 | 75 |
| Binary | 11000101 | 1110100 | 1110100 | 0 | 101001 | 101001 | 10111 | 0 | 101001 | 111101 |
Color Harmonies of #C57474
Complementary color
Monochromatic Colors of #C57474
Black with #C57474
Text Example
Text Example
White with #C57474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57474; }
p { color: rgb(197,116,116); }
H1.HeaderClassName
{
color: #C57474;
}
.AnyTagClassName
{
color: #C57474;
}
</style>
background-color css
<style>
a { background-color: #C57474; }
a { background-color: rgb(197,116,116); }
div.DivClassName
{
background-color: #C57474;
}
.BgClassName
{
background-color: #C57474;
}
</style>
border-color css
<style>
span { border-color: #C57474; }
span { border-color: rgb(197,116,116); }
td.TdClassName
{
border-color: #C57474;
}
.TagClassName
{
border-color: #C57474;
}
</style>