Shades of Contessa #C36A62
Tints of Contessa #C36A62
RGB
CMYK
RGB Variations
Color information
#C36A62 (or 0xC36A62) is known color: Contessa. HEX triplet: C3, 6A and 62. RGB value is (195,106,98). Sum of RGB (Red+Green+Blue) = 195+106+98=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A62 is #3C959D. Grayscale: #838383. Windows color (decimal): -3970462 or 6449859. OLE color: 6449859.
HSL color Cylindrical-coordinate representation of color #C36A62: hue angle of 4.95º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36A62 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 98 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.24 |
| HSL | 4.95º | 0.45% | 0.57% | - |
| HSV(B) | 4.95º | 0.5% | 0.76% | - |
| XYZ | 29.86 | 22.79 | 14.38 | - |
| YUV | 131.7 | 108.99 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 98 | 0 | 0.46 | 0.50 | 0.24 | 4.95 | 0.45 | 0.57 |
| Hex | C3 | 6A | 62 | 0 | 2E | 32 | 18 | 5 | 2D | 39 |
| Octal | 303 | 152 | 142 | 0 | 56 | 62 | 30 | 5 | 55 | 71 |
| Binary | 11000011 | 1101010 | 1100010 | 0 | 101110 | 110010 | 11000 | 101 | 101101 | 111001 |
Color Harmonies of #C36A62
Complementary color
Monochromatic Colors of #C36A62
Black with #C36A62
Text Example
Text Example
White with #C36A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A62; }
p { color: rgb(195,106,98); }
H1.HeaderClassName
{
color: #C36A62;
}
.AnyTagClassName
{
color: #C36A62;
}
</style>
background-color css
<style>
a { background-color: #C36A62; }
a { background-color: rgb(195,106,98); }
div.DivClassName
{
background-color: #C36A62;
}
.BgClassName
{
background-color: #C36A62;
}
</style>
border-color css
<style>
span { border-color: #C36A62; }
span { border-color: rgb(195,106,98); }
td.TdClassName
{
border-color: #C36A62;
}
.TagClassName
{
border-color: #C36A62;
}
</style>