Shades of Contessa #C0685F
Tints of Contessa #C0685F
RGB
CMYK
RGB Variations
Color information
#C0685F (or 0xC0685F) is known color: Contessa. HEX triplet: C0, 68 and 5F. RGB value is (192,104,95). Sum of RGB (Red+Green+Blue) = 192+104+95=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C0685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0685F is #3F97A0. Grayscale: #818181. Windows color (decimal): -4167585 or 6252736. OLE color: 6252736.
HSL color Cylindrical-coordinate representation of color #C0685F: hue angle of 5.57º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0685F is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 95 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.25 |
| HSL | 5.57º | 0.43% | 0.56% | - |
| HSV(B) | 5.57º | 0.51% | 0.75% | - |
| XYZ | 28.75 | 21.93 | 13.54 | - |
| YUV | 129.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 95 | 0 | 0.46 | 0.51 | 0.25 | 5.57 | 0.43 | 0.56 |
| Hex | C0 | 68 | 5F | 0 | 2E | 33 | 19 | 6 | 2B | 38 |
| Octal | 300 | 150 | 137 | 0 | 56 | 63 | 31 | 6 | 53 | 70 |
| Binary | 11000000 | 1101000 | 1011111 | 0 | 101110 | 110011 | 11001 | 110 | 101011 | 111000 |
Color Harmonies of #C0685F
Complementary color
Monochromatic Colors of #C0685F
Black with #C0685F
Text Example
Text Example
White with #C0685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0685F; }
p { color: rgb(192,104,95); }
H1.HeaderClassName
{
color: #C0685F;
}
.AnyTagClassName
{
color: #C0685F;
}
</style>
background-color css
<style>
a { background-color: #C0685F; }
a { background-color: rgb(192,104,95); }
div.DivClassName
{
background-color: #C0685F;
}
.BgClassName
{
background-color: #C0685F;
}
</style>
border-color css
<style>
span { border-color: #C0685F; }
span { border-color: rgb(192,104,95); }
td.TdClassName
{
border-color: #C0685F;
}
.TagClassName
{
border-color: #C0685F;
}
</style>