Shades of Contessa #C47874
Tints of Contessa #C47874
RGB
CMYK
RGB Variations
Color information
#C47874 (or 0xC47874) is known color: Contessa. HEX triplet: C4, 78 and 74. RGB value is (196,120,116). Sum of RGB (Red+Green+Blue) = 196+120+116=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C47874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47874 is #3B878B. Grayscale: #8E8E8E. Windows color (decimal): -3901324 or 7633092. OLE color: 7633092.
HSL color Cylindrical-coordinate representation of color #C47874: hue angle of 3º degrees, saturation: 0.4, 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 #C47874 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 116 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.23 |
| HSL | 3º | 0.4% | 0.61% | - |
| HSV(B) | 3º | 0.41% | 0.77% | - |
| XYZ | 32.63 | 26.43 | 19.9 | - |
| YUV | 142.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 116 | 0 | 0.39 | 0.41 | 0.23 | 3 | 0.4 | 0.61 |
| Hex | C4 | 78 | 74 | 0 | 27 | 29 | 17 | 3 | 28 | 3D |
| Octal | 304 | 170 | 164 | 0 | 47 | 51 | 27 | 3 | 50 | 75 |
| Binary | 11000100 | 1111000 | 1110100 | 0 | 100111 | 101001 | 10111 | 11 | 101000 | 111101 |
Color Harmonies of #C47874
Complementary color
Monochromatic Colors of #C47874
Black with #C47874
Text Example
Text Example
White with #C47874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47874; }
p { color: rgb(196,120,116); }
H1.HeaderClassName
{
color: #C47874;
}
.AnyTagClassName
{
color: #C47874;
}
</style>
background-color css
<style>
a { background-color: #C47874; }
a { background-color: rgb(196,120,116); }
div.DivClassName
{
background-color: #C47874;
}
.BgClassName
{
background-color: #C47874;
}
</style>
border-color css
<style>
span { border-color: #C47874; }
span { border-color: rgb(196,120,116); }
td.TdClassName
{
border-color: #C47874;
}
.TagClassName
{
border-color: #C47874;
}
</style>