Shades of Contessa #C47769
Tints of Contessa #C47769
RGB
CMYK
RGB Variations
Color information
#C47769 (or 0xC47769) is known color: Contessa. HEX triplet: C4, 77 and 69. RGB value is (196,119,105). Sum of RGB (Red+Green+Blue) = 196+119+105=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C47769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47769 is #3B8896. Grayscale: #8C8C8C. Windows color (decimal): -3901591 or 6911940. OLE color: 6911940.
HSL color Cylindrical-coordinate representation of color #C47769: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47769 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 119 | 105 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.23 |
| HSL | 9.23º | 0.44% | 0.59% | - |
| HSV(B) | 9.23º | 0.46% | 0.77% | - |
| XYZ | 31.91 | 25.95 | 16.69 | - |
| YUV | 140.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 119 | 105 | 0 | 0.39 | 0.46 | 0.23 | 9.23 | 0.44 | 0.59 |
| Hex | C4 | 77 | 69 | 0 | 27 | 2E | 17 | 9 | 2C | 3B |
| Octal | 304 | 167 | 151 | 0 | 47 | 56 | 27 | 11 | 54 | 73 |
| Binary | 11000100 | 1110111 | 1101001 | 0 | 100111 | 101110 | 10111 | 1001 | 101100 | 111011 |
Color Harmonies of #C47769
Complementary color
Monochromatic Colors of #C47769
Black with #C47769
Text Example
Text Example
White with #C47769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47769; }
p { color: rgb(196,119,105); }
H1.HeaderClassName
{
color: #C47769;
}
.AnyTagClassName
{
color: #C47769;
}
</style>
background-color css
<style>
a { background-color: #C47769; }
a { background-color: rgb(196,119,105); }
div.DivClassName
{
background-color: #C47769;
}
.BgClassName
{
background-color: #C47769;
}
</style>
border-color css
<style>
span { border-color: #C47769; }
span { border-color: rgb(196,119,105); }
td.TdClassName
{
border-color: #C47769;
}
.TagClassName
{
border-color: #C47769;
}
</style>