Shades of Contessa #C27975
Tints of Contessa #C27975
RGB
CMYK
RGB Variations
Color information
#C27975 (or 0xC27975) is known color: Contessa. HEX triplet: C2, 79 and 75. RGB value is (194,121,117). Sum of RGB (Red+Green+Blue) = 194+121+117=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C27975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27975 is #3D868A. Grayscale: #8E8E8E. Windows color (decimal): -4032139 or 7698882. OLE color: 7698882.
HSL color Cylindrical-coordinate representation of color #C27975: hue angle of 3.12º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27975 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 117 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.24 |
| HSL | 3.12º | 0.39% | 0.61% | - |
| HSV(B) | 3.12º | 0.4% | 0.76% | - |
| XYZ | 32.3 | 26.43 | 20.23 | - |
| YUV | 142.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 117 | 0 | 0.38 | 0.40 | 0.24 | 3.12 | 0.39 | 0.61 |
| Hex | C2 | 79 | 75 | 0 | 26 | 28 | 18 | 3 | 27 | 3D |
| Octal | 302 | 171 | 165 | 0 | 46 | 50 | 30 | 3 | 47 | 75 |
| Binary | 11000010 | 1111001 | 1110101 | 0 | 100110 | 101000 | 11000 | 11 | 100111 | 111101 |
Color Harmonies of #C27975
Complementary color
Monochromatic Colors of #C27975
Black with #C27975
Text Example
Text Example
White with #C27975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27975; }
p { color: rgb(194,121,117); }
H1.HeaderClassName
{
color: #C27975;
}
.AnyTagClassName
{
color: #C27975;
}
</style>
background-color css
<style>
a { background-color: #C27975; }
a { background-color: rgb(194,121,117); }
div.DivClassName
{
background-color: #C27975;
}
.BgClassName
{
background-color: #C27975;
}
</style>
border-color css
<style>
span { border-color: #C27975; }
span { border-color: rgb(194,121,117); }
td.TdClassName
{
border-color: #C27975;
}
.TagClassName
{
border-color: #C27975;
}
</style>