Shades of Contessa #C27364
Tints of Contessa #C27364
RGB
CMYK
RGB Variations
Color information
#C27364 (or 0xC27364) is known color: Contessa. HEX triplet: C2, 73 and 64. RGB value is (194,115,100). Sum of RGB (Red+Green+Blue) = 194+115+100=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C27364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27364 is #3D8C9B. Grayscale: #898989. Windows color (decimal): -4033692 or 6583234. OLE color: 6583234.
HSL color Cylindrical-coordinate representation of color #C27364: hue angle of 9.57º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27364 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 115 | 100 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.24 |
| HSL | 9.57º | 0.44% | 0.58% | - |
| HSV(B) | 9.57º | 0.48% | 0.76% | - |
| XYZ | 30.68 | 24.65 | 15.2 | - |
| YUV | 136.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 100 | 0 | 0.41 | 0.48 | 0.24 | 9.57 | 0.44 | 0.58 |
| Hex | C2 | 73 | 64 | 0 | 29 | 30 | 18 | A | 2C | 3A |
| Octal | 302 | 163 | 144 | 0 | 51 | 60 | 30 | 12 | 54 | 72 |
| Binary | 11000010 | 1110011 | 1100100 | 0 | 101001 | 110000 | 11000 | 1010 | 101100 | 111010 |
Color Harmonies of #C27364
Complementary color
Monochromatic Colors of #C27364
Black with #C27364
Text Example
Text Example
White with #C27364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27364; }
p { color: rgb(194,115,100); }
H1.HeaderClassName
{
color: #C27364;
}
.AnyTagClassName
{
color: #C27364;
}
</style>
background-color css
<style>
a { background-color: #C27364; }
a { background-color: rgb(194,115,100); }
div.DivClassName
{
background-color: #C27364;
}
.BgClassName
{
background-color: #C27364;
}
</style>
border-color css
<style>
span { border-color: #C27364; }
span { border-color: rgb(194,115,100); }
td.TdClassName
{
border-color: #C27364;
}
.TagClassName
{
border-color: #C27364;
}
</style>