Shades of Contessa #C37864
Tints of Contessa #C37864
RGB
CMYK
RGB Variations
Color information
#C37864 (or 0xC37864) is known color: Contessa. HEX triplet: C3, 78 and 64. RGB value is (195,120,100). Sum of RGB (Red+Green+Blue) = 195+120+100=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C37864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37864 is #3C879B. Grayscale: #8C8C8C. Windows color (decimal): -3966876 or 6584515. OLE color: 6584515.
HSL color Cylindrical-coordinate representation of color #C37864: hue angle of 12.63º 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 #C37864 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 100 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.24 |
| HSL | 12.63º | 0.44% | 0.58% | - |
| HSV(B) | 12.63º | 0.49% | 0.76% | - |
| XYZ | 31.52 | 25.96 | 15.41 | - |
| YUV | 140.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 100 | 0 | 0.38 | 0.49 | 0.24 | 12.63 | 0.44 | 0.58 |
| Hex | C3 | 78 | 64 | 0 | 26 | 31 | 18 | D | 2C | 3A |
| Octal | 303 | 170 | 144 | 0 | 46 | 61 | 30 | 15 | 54 | 72 |
| Binary | 11000011 | 1111000 | 1100100 | 0 | 100110 | 110001 | 11000 | 1101 | 101100 | 111010 |
Color Harmonies of #C37864
Complementary color
Monochromatic Colors of #C37864
Black with #C37864
Text Example
Text Example
White with #C37864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37864; }
p { color: rgb(195,120,100); }
H1.HeaderClassName
{
color: #C37864;
}
.AnyTagClassName
{
color: #C37864;
}
</style>
background-color css
<style>
a { background-color: #C37864; }
a { background-color: rgb(195,120,100); }
div.DivClassName
{
background-color: #C37864;
}
.BgClassName
{
background-color: #C37864;
}
</style>
border-color css
<style>
span { border-color: #C37864; }
span { border-color: rgb(195,120,100); }
td.TdClassName
{
border-color: #C37864;
}
.TagClassName
{
border-color: #C37864;
}
</style>