Shades of Contessa #C77268
Tints of Contessa #C77268
RGB
CMYK
RGB Variations
Color information
#C77268 (or 0xC77268) is known color: Contessa. HEX triplet: C7, 72 and 68. RGB value is (199,114,104). Sum of RGB (Red+Green+Blue) = 199+114+104=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C77268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77268 is #388D97. Grayscale: #8A8A8A. Windows color (decimal): -3706264 or 6845127. OLE color: 6845127.
HSL color Cylindrical-coordinate representation of color #C77268: hue angle of 6.32º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C77268 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 104 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.22 |
| HSL | 6.32º | 0.46% | 0.59% | - |
| HSV(B) | 6.32º | 0.48% | 0.78% | - |
| XYZ | 32.07 | 25.18 | 16.27 | - |
| YUV | 138.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 104 | 0 | 0.43 | 0.48 | 0.22 | 6.32 | 0.46 | 0.59 |
| Hex | C7 | 72 | 68 | 0 | 2B | 30 | 16 | 6 | 2E | 3B |
| Octal | 307 | 162 | 150 | 0 | 53 | 60 | 26 | 6 | 56 | 73 |
| Binary | 11000111 | 1110010 | 1101000 | 0 | 101011 | 110000 | 10110 | 110 | 101110 | 111011 |
Color Harmonies of #C77268
Complementary color
Monochromatic Colors of #C77268
Black with #C77268
Text Example
Text Example
White with #C77268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77268; }
p { color: rgb(199,114,104); }
H1.HeaderClassName
{
color: #C77268;
}
.AnyTagClassName
{
color: #C77268;
}
</style>
background-color css
<style>
a { background-color: #C77268; }
a { background-color: rgb(199,114,104); }
div.DivClassName
{
background-color: #C77268;
}
.BgClassName
{
background-color: #C77268;
}
</style>
border-color css
<style>
span { border-color: #C77268; }
span { border-color: rgb(199,114,104); }
td.TdClassName
{
border-color: #C77268;
}
.TagClassName
{
border-color: #C77268;
}
</style>