Shades of Contessa #C77265
Tints of Contessa #C77265
RGB
CMYK
RGB Variations
Color information
#C77265 (or 0xC77265) is known color: Contessa. HEX triplet: C7, 72 and 65. RGB value is (199,114,101). Sum of RGB (Red+Green+Blue) = 199+114+101=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C77265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77265 is #388D9A. Grayscale: #8A8A8A. Windows color (decimal): -3706267 or 6648519. OLE color: 6648519.
HSL color Cylindrical-coordinate representation of color #C77265: hue angle of 7.96º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C77265 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 101 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.22 |
| HSL | 7.96º | 0.47% | 0.59% | - |
| HSV(B) | 7.96º | 0.49% | 0.78% | - |
| XYZ | 31.92 | 25.12 | 15.48 | - |
| YUV | 137.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 101 | 0 | 0.43 | 0.49 | 0.22 | 7.96 | 0.47 | 0.59 |
| Hex | C7 | 72 | 65 | 0 | 2B | 31 | 16 | 8 | 2F | 3B |
| Octal | 307 | 162 | 145 | 0 | 53 | 61 | 26 | 10 | 57 | 73 |
| Binary | 11000111 | 1110010 | 1100101 | 0 | 101011 | 110001 | 10110 | 1000 | 101111 | 111011 |
Color Harmonies of #C77265
Complementary color
Monochromatic Colors of #C77265
Black with #C77265
Text Example
Text Example
White with #C77265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77265; }
p { color: rgb(199,114,101); }
H1.HeaderClassName
{
color: #C77265;
}
.AnyTagClassName
{
color: #C77265;
}
</style>
background-color css
<style>
a { background-color: #C77265; }
a { background-color: rgb(199,114,101); }
div.DivClassName
{
background-color: #C77265;
}
.BgClassName
{
background-color: #C77265;
}
</style>
border-color css
<style>
span { border-color: #C77265; }
span { border-color: rgb(199,114,101); }
td.TdClassName
{
border-color: #C77265;
}
.TagClassName
{
border-color: #C77265;
}
</style>