Shades of Contessa #C07665
Tints of Contessa #C07665
RGB
CMYK
RGB Variations
Color information
#C07665 (or 0xC07665) is known color: Contessa. HEX triplet: C0, 76 and 65. RGB value is (192,118,101). Sum of RGB (Red+Green+Blue) = 192+118+101=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C07665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07665 is #3F899A. Grayscale: #8A8A8A. Windows color (decimal): -4163995 or 6649536. OLE color: 6649536.
HSL color Cylindrical-coordinate representation of color #C07665: hue angle of 11.21º 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 #C07665 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 118 | 101 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.25 |
| HSL | 11.21º | 0.42% | 0.57% | - |
| HSV(B) | 11.21º | 0.47% | 0.75% | - |
| XYZ | 30.57 | 25.1 | 15.55 | - |
| YUV | 138.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 118 | 101 | 0 | 0.39 | 0.47 | 0.25 | 11.21 | 0.42 | 0.57 |
| Hex | C0 | 76 | 65 | 0 | 27 | 2F | 19 | B | 2A | 39 |
| Octal | 300 | 166 | 145 | 0 | 47 | 57 | 31 | 13 | 52 | 71 |
| Binary | 11000000 | 1110110 | 1100101 | 0 | 100111 | 101111 | 11001 | 1011 | 101010 | 111001 |
Color Harmonies of #C07665
Complementary color
Monochromatic Colors of #C07665
Black with #C07665
Text Example
Text Example
White with #C07665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07665; }
p { color: rgb(192,118,101); }
H1.HeaderClassName
{
color: #C07665;
}
.AnyTagClassName
{
color: #C07665;
}
</style>
background-color css
<style>
a { background-color: #C07665; }
a { background-color: rgb(192,118,101); }
div.DivClassName
{
background-color: #C07665;
}
.BgClassName
{
background-color: #C07665;
}
</style>
border-color css
<style>
span { border-color: #C07665; }
span { border-color: rgb(192,118,101); }
td.TdClassName
{
border-color: #C07665;
}
.TagClassName
{
border-color: #C07665;
}
</style>