Shades of Contessa #C77975
Tints of Contessa #C77975
RGB
CMYK
RGB Variations
Color information
#C77975 (or 0xC77975) is known color: Contessa. HEX triplet: C7, 79 and 75. RGB value is (199,121,117). Sum of RGB (Red+Green+Blue) = 199+121+117=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C77975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77975 is #38868A. Grayscale: #8F8F8F. Windows color (decimal): -3704459 or 7698887. OLE color: 7698887.
HSL color Cylindrical-coordinate representation of color #C77975: hue angle of 2.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77975 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 121 | 117 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.22 |
| HSL | 2.93º | 0.42% | 0.62% | - |
| HSV(B) | 2.93º | 0.41% | 0.78% | - |
| XYZ | 33.6 | 27.1 | 20.29 | - |
| YUV | 143.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 121 | 117 | 0 | 0.39 | 0.41 | 0.22 | 2.93 | 0.42 | 0.62 |
| Hex | C7 | 79 | 75 | 0 | 27 | 29 | 16 | 3 | 2A | 3E |
| Octal | 307 | 171 | 165 | 0 | 47 | 51 | 26 | 3 | 52 | 76 |
| Binary | 11000111 | 1111001 | 1110101 | 0 | 100111 | 101001 | 10110 | 11 | 101010 | 111110 |
Color Harmonies of #C77975
Complementary color
Monochromatic Colors of #C77975
Black with #C77975
Text Example
Text Example
White with #C77975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77975; }
p { color: rgb(199,121,117); }
H1.HeaderClassName
{
color: #C77975;
}
.AnyTagClassName
{
color: #C77975;
}
</style>
background-color css
<style>
a { background-color: #C77975; }
a { background-color: rgb(199,121,117); }
div.DivClassName
{
background-color: #C77975;
}
.BgClassName
{
background-color: #C77975;
}
</style>
border-color css
<style>
span { border-color: #C77975; }
span { border-color: rgb(199,121,117); }
td.TdClassName
{
border-color: #C77975;
}
.TagClassName
{
border-color: #C77975;
}
</style>