Shades of Contessa #C37763
Tints of Contessa #C37763
RGB
CMYK
RGB Variations
Color information
#C37763 (or 0xC37763) is known color: Contessa. HEX triplet: C3, 77 and 63. RGB value is (195,119,99). Sum of RGB (Red+Green+Blue) = 195+119+99=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C37763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37763 is #3C889C. Grayscale: #8B8B8B. Windows color (decimal): -3967133 or 6518723. OLE color: 6518723.
HSL color Cylindrical-coordinate representation of color #C37763: hue angle of 12.5º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C37763 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 99 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.24 |
| HSL | 12.5º | 0.44% | 0.58% | - |
| HSV(B) | 12.5º | 0.49% | 0.76% | - |
| XYZ | 31.35 | 25.7 | 15.11 | - |
| YUV | 139.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 99 | 0 | 0.39 | 0.49 | 0.24 | 12.5 | 0.44 | 0.58 |
| Hex | C3 | 77 | 63 | 0 | 27 | 31 | 18 | C | 2C | 3A |
| Octal | 303 | 167 | 143 | 0 | 47 | 61 | 30 | 14 | 54 | 72 |
| Binary | 11000011 | 1110111 | 1100011 | 0 | 100111 | 110001 | 11000 | 1100 | 101100 | 111010 |
Color Harmonies of #C37763
Complementary color
Monochromatic Colors of #C37763
Black with #C37763
Text Example
Text Example
White with #C37763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37763; }
p { color: rgb(195,119,99); }
H1.HeaderClassName
{
color: #C37763;
}
.AnyTagClassName
{
color: #C37763;
}
</style>
background-color css
<style>
a { background-color: #C37763; }
a { background-color: rgb(195,119,99); }
div.DivClassName
{
background-color: #C37763;
}
.BgClassName
{
background-color: #C37763;
}
</style>
border-color css
<style>
span { border-color: #C37763; }
span { border-color: rgb(195,119,99); }
td.TdClassName
{
border-color: #C37763;
}
.TagClassName
{
border-color: #C37763;
}
</style>