Shades of Contessa #C37065
Tints of Contessa #C37065
RGB
CMYK
RGB Variations
Color information
#C37065 (or 0xC37065) is known color: Contessa. HEX triplet: C3, 70 and 65. RGB value is (195,112,101). Sum of RGB (Red+Green+Blue) = 195+112+101=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C37065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37065 is #3C8F9A. Grayscale: #878787. Windows color (decimal): -3968923 or 6648003. OLE color: 6648003.
HSL color Cylindrical-coordinate representation of color #C37065: hue angle of 7.02º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C37065 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 101 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.24 |
| HSL | 7.02º | 0.44% | 0.58% | - |
| HSV(B) | 7.02º | 0.48% | 0.76% | - |
| XYZ | 30.65 | 24.13 | 15.35 | - |
| YUV | 135.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 101 | 0 | 0.43 | 0.48 | 0.24 | 7.02 | 0.44 | 0.58 |
| Hex | C3 | 70 | 65 | 0 | 2B | 30 | 18 | 7 | 2C | 3A |
| Octal | 303 | 160 | 145 | 0 | 53 | 60 | 30 | 7 | 54 | 72 |
| Binary | 11000011 | 1110000 | 1100101 | 0 | 101011 | 110000 | 11000 | 111 | 101100 | 111010 |
Color Harmonies of #C37065
Complementary color
Monochromatic Colors of #C37065
Black with #C37065
Text Example
Text Example
White with #C37065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37065; }
p { color: rgb(195,112,101); }
H1.HeaderClassName
{
color: #C37065;
}
.AnyTagClassName
{
color: #C37065;
}
</style>
background-color css
<style>
a { background-color: #C37065; }
a { background-color: rgb(195,112,101); }
div.DivClassName
{
background-color: #C37065;
}
.BgClassName
{
background-color: #C37065;
}
</style>
border-color css
<style>
span { border-color: #C37065; }
span { border-color: rgb(195,112,101); }
td.TdClassName
{
border-color: #C37065;
}
.TagClassName
{
border-color: #C37065;
}
</style>