Shades of Contessa #C07263
Tints of Contessa #C07263
RGB
CMYK
RGB Variations
Color information
#C07263 (or 0xC07263) is known color: Contessa. HEX triplet: C0, 72 and 63. RGB value is (192,114,99). Sum of RGB (Red+Green+Blue) = 192+114+99=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C07263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07263 is #3F8D9C. Grayscale: #878787. Windows color (decimal): -4165021 or 6517440. OLE color: 6517440.
HSL color Cylindrical-coordinate representation of color #C07263: hue angle of 9.68º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C07263 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 114 | 99 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.25 |
| HSL | 9.68º | 0.42% | 0.57% | - |
| HSV(B) | 9.68º | 0.48% | 0.75% | - |
| XYZ | 30.01 | 24.14 | 14.88 | - |
| YUV | 135.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 99 | 0 | 0.41 | 0.48 | 0.25 | 9.68 | 0.42 | 0.57 |
| Hex | C0 | 72 | 63 | 0 | 29 | 30 | 19 | A | 2A | 39 |
| Octal | 300 | 162 | 143 | 0 | 51 | 60 | 31 | 12 | 52 | 71 |
| Binary | 11000000 | 1110010 | 1100011 | 0 | 101001 | 110000 | 11001 | 1010 | 101010 | 111001 |
Color Harmonies of #C07263
Complementary color
Monochromatic Colors of #C07263
Black with #C07263
Text Example
Text Example
White with #C07263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07263; }
p { color: rgb(192,114,99); }
H1.HeaderClassName
{
color: #C07263;
}
.AnyTagClassName
{
color: #C07263;
}
</style>
background-color css
<style>
a { background-color: #C07263; }
a { background-color: rgb(192,114,99); }
div.DivClassName
{
background-color: #C07263;
}
.BgClassName
{
background-color: #C07263;
}
</style>
border-color css
<style>
span { border-color: #C07263; }
span { border-color: rgb(192,114,99); }
td.TdClassName
{
border-color: #C07263;
}
.TagClassName
{
border-color: #C07263;
}
</style>