Shades of Contessa #C27775
Tints of Contessa #C27775
RGB
CMYK
RGB Variations
Color information
#C27775 (or 0xC27775) is known color: Contessa. HEX triplet: C2, 77 and 75. RGB value is (194,119,117). Sum of RGB (Red+Green+Blue) = 194+119+117=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C27775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27775 is #3D888A. Grayscale: #8D8D8D. Windows color (decimal): -4032651 or 7698370. OLE color: 7698370.
HSL color Cylindrical-coordinate representation of color #C27775: hue angle of 1.56º 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 #C27775 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 117 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.24 |
| HSL | 1.56º | 0.39% | 0.61% | - |
| HSV(B) | 1.56º | 0.4% | 0.76% | - |
| XYZ | 32.06 | 25.95 | 20.15 | - |
| YUV | 141.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 117 | 0 | 0.39 | 0.40 | 0.24 | 1.56 | 0.39 | 0.61 |
| Hex | C2 | 77 | 75 | 0 | 27 | 28 | 18 | 2 | 27 | 3D |
| Octal | 302 | 167 | 165 | 0 | 47 | 50 | 30 | 2 | 47 | 75 |
| Binary | 11000010 | 1110111 | 1110101 | 0 | 100111 | 101000 | 11000 | 10 | 100111 | 111101 |
Color Harmonies of #C27775
Complementary color
Monochromatic Colors of #C27775
Black with #C27775
Text Example
Text Example
White with #C27775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27775; }
p { color: rgb(194,119,117); }
H1.HeaderClassName
{
color: #C27775;
}
.AnyTagClassName
{
color: #C27775;
}
</style>
background-color css
<style>
a { background-color: #C27775; }
a { background-color: rgb(194,119,117); }
div.DivClassName
{
background-color: #C27775;
}
.BgClassName
{
background-color: #C27775;
}
</style>
border-color css
<style>
span { border-color: #C27775; }
span { border-color: rgb(194,119,117); }
td.TdClassName
{
border-color: #C27775;
}
.TagClassName
{
border-color: #C27775;
}
</style>