Shades of Contessa #C47B77
Tints of Contessa #C47B77
RGB
CMYK
RGB Variations
Color information
#C47B77 (or 0xC47B77) is known color: Contessa. HEX triplet: C4, 7B and 77. RGB value is (196,123,119). Sum of RGB (Red+Green+Blue) = 196+123+119=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B77 is #3B8488. Grayscale: #909090. Windows color (decimal): -3900553 or 7830468. OLE color: 7830468.
HSL color Cylindrical-coordinate representation of color #C47B77: hue angle of 3.12º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47B77 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 119 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.23 |
| HSL | 3.12º | 0.39% | 0.62% | - |
| HSV(B) | 3.12º | 0.39% | 0.77% | - |
| XYZ | 33.18 | 27.23 | 20.96 | - |
| YUV | 144.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 119 | 0 | 0.37 | 0.39 | 0.23 | 3.12 | 0.39 | 0.62 |
| Hex | C4 | 7B | 77 | 0 | 25 | 27 | 17 | 3 | 27 | 3E |
| Octal | 304 | 173 | 167 | 0 | 45 | 47 | 27 | 3 | 47 | 76 |
| Binary | 11000100 | 1111011 | 1110111 | 0 | 100101 | 100111 | 10111 | 11 | 100111 | 111110 |
Color Harmonies of #C47B77
Complementary color
Monochromatic Colors of #C47B77
Black with #C47B77
Text Example
Text Example
White with #C47B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B77; }
p { color: rgb(196,123,119); }
H1.HeaderClassName
{
color: #C47B77;
}
.AnyTagClassName
{
color: #C47B77;
}
</style>
background-color css
<style>
a { background-color: #C47B77; }
a { background-color: rgb(196,123,119); }
div.DivClassName
{
background-color: #C47B77;
}
.BgClassName
{
background-color: #C47B77;
}
</style>
border-color css
<style>
span { border-color: #C47B77; }
span { border-color: rgb(196,123,119); }
td.TdClassName
{
border-color: #C47B77;
}
.TagClassName
{
border-color: #C47B77;
}
</style>