Shades of Contessa #C07465
Tints of Contessa #C07465
RGB
CMYK
RGB Variations
Color information
#C07465 (or 0xC07465) is known color: Contessa. HEX triplet: C0, 74 and 65. RGB value is (192,116,101). Sum of RGB (Red+Green+Blue) = 192+116+101=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C07465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07465 is #3F8B9A. Grayscale: #898989. Windows color (decimal): -4164507 or 6649024. OLE color: 6649024.
HSL color Cylindrical-coordinate representation of color #C07465: hue angle of 9.89º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07465 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 116 | 101 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.25 |
| HSL | 9.89º | 0.42% | 0.57% | - |
| HSV(B) | 9.89º | 0.47% | 0.75% | - |
| XYZ | 30.33 | 24.64 | 15.47 | - |
| YUV | 137.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 101 | 0 | 0.40 | 0.47 | 0.25 | 9.89 | 0.42 | 0.57 |
| Hex | C0 | 74 | 65 | 0 | 28 | 2F | 19 | A | 2A | 39 |
| Octal | 300 | 164 | 145 | 0 | 50 | 57 | 31 | 12 | 52 | 71 |
| Binary | 11000000 | 1110100 | 1100101 | 0 | 101000 | 101111 | 11001 | 1010 | 101010 | 111001 |
Color Harmonies of #C07465
Complementary color
Monochromatic Colors of #C07465
Black with #C07465
Text Example
Text Example
White with #C07465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07465; }
p { color: rgb(192,116,101); }
H1.HeaderClassName
{
color: #C07465;
}
.AnyTagClassName
{
color: #C07465;
}
</style>
background-color css
<style>
a { background-color: #C07465; }
a { background-color: rgb(192,116,101); }
div.DivClassName
{
background-color: #C07465;
}
.BgClassName
{
background-color: #C07465;
}
</style>
border-color css
<style>
span { border-color: #C07465; }
span { border-color: rgb(192,116,101); }
td.TdClassName
{
border-color: #C07465;
}
.TagClassName
{
border-color: #C07465;
}
</style>