Shades of Contessa #C27263
Tints of Contessa #C27263
RGB
CMYK
RGB Variations
Color information
#C27263 (or 0xC27263) is known color: Contessa. HEX triplet: C2, 72 and 63. RGB value is (194,114,99). Sum of RGB (Red+Green+Blue) = 194+114+99=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C27263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27263 is #3D8D9C. Grayscale: #888888. Windows color (decimal): -4033949 or 6517442. OLE color: 6517442.
HSL color Cylindrical-coordinate representation of color #C27263: hue angle of 9.47º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C27263 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 99 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.24 |
| HSL | 9.47º | 0.44% | 0.57% | - |
| HSV(B) | 9.47º | 0.49% | 0.76% | - |
| XYZ | 30.52 | 24.4 | 14.91 | - |
| YUV | 136.21 | 107 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 99 | 0 | 0.41 | 0.49 | 0.24 | 9.47 | 0.44 | 0.57 |
| Hex | C2 | 72 | 63 | 0 | 29 | 31 | 18 | 9 | 2C | 39 |
| Octal | 302 | 162 | 143 | 0 | 51 | 61 | 30 | 11 | 54 | 71 |
| Binary | 11000010 | 1110010 | 1100011 | 0 | 101001 | 110001 | 11000 | 1001 | 101100 | 111001 |
Color Harmonies of #C27263
Complementary color
Monochromatic Colors of #C27263
Black with #C27263
Text Example
Text Example
White with #C27263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27263; }
p { color: rgb(194,114,99); }
H1.HeaderClassName
{
color: #C27263;
}
.AnyTagClassName
{
color: #C27263;
}
</style>
background-color css
<style>
a { background-color: #C27263; }
a { background-color: rgb(194,114,99); }
div.DivClassName
{
background-color: #C27263;
}
.BgClassName
{
background-color: #C27263;
}
</style>
border-color css
<style>
span { border-color: #C27263; }
span { border-color: rgb(194,114,99); }
td.TdClassName
{
border-color: #C27263;
}
.TagClassName
{
border-color: #C27263;
}
</style>