Shades of Contessa #C27465
Tints of Contessa #C27465
RGB
CMYK
RGB Variations
Color information
#C27465 (or 0xC27465) is known color: Contessa. HEX triplet: C2, 74 and 65. RGB value is (194,116,101). Sum of RGB (Red+Green+Blue) = 194+116+101=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C27465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27465 is #3D8B9A. Grayscale: #898989. Windows color (decimal): -4033435 or 6649026. OLE color: 6649026.
HSL color Cylindrical-coordinate representation of color #C27465: hue angle of 9.68º degrees, saturation: 0.43, 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 #C27465 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 101 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.24 |
| HSL | 9.68º | 0.43% | 0.58% | - |
| HSV(B) | 9.68º | 0.48% | 0.76% | - |
| XYZ | 30.84 | 24.9 | 15.49 | - |
| YUV | 137.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 101 | 0 | 0.40 | 0.48 | 0.24 | 9.68 | 0.43 | 0.58 |
| Hex | C2 | 74 | 65 | 0 | 28 | 30 | 18 | A | 2B | 3A |
| Octal | 302 | 164 | 145 | 0 | 50 | 60 | 30 | 12 | 53 | 72 |
| Binary | 11000010 | 1110100 | 1100101 | 0 | 101000 | 110000 | 11000 | 1010 | 101011 | 111010 |
Color Harmonies of #C27465
Complementary color
Monochromatic Colors of #C27465
Black with #C27465
Text Example
Text Example
White with #C27465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27465; }
p { color: rgb(194,116,101); }
H1.HeaderClassName
{
color: #C27465;
}
.AnyTagClassName
{
color: #C27465;
}
</style>
background-color css
<style>
a { background-color: #C27465; }
a { background-color: rgb(194,116,101); }
div.DivClassName
{
background-color: #C27465;
}
.BgClassName
{
background-color: #C27465;
}
</style>
border-color css
<style>
span { border-color: #C27465; }
span { border-color: rgb(194,116,101); }
td.TdClassName
{
border-color: #C27465;
}
.TagClassName
{
border-color: #C27465;
}
</style>