Shades of Contessa #C07368
Tints of Contessa #C07368
RGB
CMYK
RGB Variations
Color information
#C07368 (or 0xC07368) is known color: Contessa. HEX triplet: C0, 73 and 68. RGB value is (192,115,104). Sum of RGB (Red+Green+Blue) = 192+115+104=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07368 is #3F8C97. Grayscale: #888888. Windows color (decimal): -4164760 or 6845376. OLE color: 6845376.
HSL color Cylindrical-coordinate representation of color #C07368: hue angle of 7.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07368 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 115 | 104 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.25 |
| HSL | 7.5º | 0.41% | 0.58% | - |
| HSV(B) | 7.5º | 0.46% | 0.75% | - |
| XYZ | 30.37 | 24.47 | 16.22 | - |
| YUV | 136.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 115 | 104 | 0 | 0.40 | 0.46 | 0.25 | 7.5 | 0.41 | 0.58 |
| Hex | C0 | 73 | 68 | 0 | 28 | 2E | 19 | 8 | 29 | 3A |
| Octal | 300 | 163 | 150 | 0 | 50 | 56 | 31 | 10 | 51 | 72 |
| Binary | 11000000 | 1110011 | 1101000 | 0 | 101000 | 101110 | 11001 | 1000 | 101001 | 111010 |
Color Harmonies of #C07368
Complementary color
Monochromatic Colors of #C07368
Black with #C07368
Text Example
Text Example
White with #C07368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07368; }
p { color: rgb(192,115,104); }
H1.HeaderClassName
{
color: #C07368;
}
.AnyTagClassName
{
color: #C07368;
}
</style>
background-color css
<style>
a { background-color: #C07368; }
a { background-color: rgb(192,115,104); }
div.DivClassName
{
background-color: #C07368;
}
.BgClassName
{
background-color: #C07368;
}
</style>
border-color css
<style>
span { border-color: #C07368; }
span { border-color: rgb(192,115,104); }
td.TdClassName
{
border-color: #C07368;
}
.TagClassName
{
border-color: #C07368;
}
</style>