Shades of Contessa #C36A60
Tints of Contessa #C36A60
RGB
CMYK
RGB Variations
Color information
#C36A60 (or 0xC36A60) is known color: Contessa. HEX triplet: C3, 6A and 60. RGB value is (195,106,96). Sum of RGB (Red+Green+Blue) = 195+106+96=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A60 is #3C959F. Grayscale: #838383. Windows color (decimal): -3970464 or 6318787. OLE color: 6318787.
HSL color Cylindrical-coordinate representation of color #C36A60: hue angle of 6.06º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C36A60 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 96 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.24 |
| HSL | 6.06º | 0.45% | 0.57% | - |
| HSV(B) | 6.06º | 0.51% | 0.76% | - |
| XYZ | 29.77 | 22.75 | 13.89 | - |
| YUV | 131.47 | 107.99 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 96 | 0 | 0.46 | 0.51 | 0.24 | 6.06 | 0.45 | 0.57 |
| Hex | C3 | 6A | 60 | 0 | 2E | 33 | 18 | 6 | 2D | 39 |
| Octal | 303 | 152 | 140 | 0 | 56 | 63 | 30 | 6 | 55 | 71 |
| Binary | 11000011 | 1101010 | 1100000 | 0 | 101110 | 110011 | 11000 | 110 | 101101 | 111001 |
Color Harmonies of #C36A60
Complementary color
Monochromatic Colors of #C36A60
Black with #C36A60
Text Example
Text Example
White with #C36A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A60; }
p { color: rgb(195,106,96); }
H1.HeaderClassName
{
color: #C36A60;
}
.AnyTagClassName
{
color: #C36A60;
}
</style>
background-color css
<style>
a { background-color: #C36A60; }
a { background-color: rgb(195,106,96); }
div.DivClassName
{
background-color: #C36A60;
}
.BgClassName
{
background-color: #C36A60;
}
</style>
border-color css
<style>
span { border-color: #C36A60; }
span { border-color: rgb(195,106,96); }
td.TdClassName
{
border-color: #C36A60;
}
.TagClassName
{
border-color: #C36A60;
}
</style>