Shades of Contessa #C27A74
Tints of Contessa #C27A74
RGB
CMYK
RGB Variations
Color information
#C27A74 (or 0xC27A74) is known color: Contessa. HEX triplet: C2, 7A and 74. RGB value is (194,122,116). Sum of RGB (Red+Green+Blue) = 194+122+116=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A74 is #3D858B. Grayscale: #8E8E8E. Windows color (decimal): -4031884 or 7633602. OLE color: 7633602.
HSL color Cylindrical-coordinate representation of color #C27A74: hue angle of 4.62º 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 #C27A74 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 116 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.24 |
| HSL | 4.62º | 0.39% | 0.61% | - |
| HSV(B) | 4.62º | 0.4% | 0.76% | - |
| XYZ | 32.36 | 26.65 | 19.96 | - |
| YUV | 142.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 116 | 0 | 0.37 | 0.40 | 0.24 | 4.62 | 0.39 | 0.61 |
| Hex | C2 | 7A | 74 | 0 | 25 | 28 | 18 | 5 | 27 | 3D |
| Octal | 302 | 172 | 164 | 0 | 45 | 50 | 30 | 5 | 47 | 75 |
| Binary | 11000010 | 1111010 | 1110100 | 0 | 100101 | 101000 | 11000 | 101 | 100111 | 111101 |
Color Harmonies of #C27A74
Complementary color
Monochromatic Colors of #C27A74
Black with #C27A74
Text Example
Text Example
White with #C27A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A74; }
p { color: rgb(194,122,116); }
H1.HeaderClassName
{
color: #C27A74;
}
.AnyTagClassName
{
color: #C27A74;
}
</style>
background-color css
<style>
a { background-color: #C27A74; }
a { background-color: rgb(194,122,116); }
div.DivClassName
{
background-color: #C27A74;
}
.BgClassName
{
background-color: #C27A74;
}
</style>
border-color css
<style>
span { border-color: #C27A74; }
span { border-color: rgb(194,122,116); }
td.TdClassName
{
border-color: #C27A74;
}
.TagClassName
{
border-color: #C27A74;
}
</style>