Shades of Contessa #C36A64
Tints of Contessa #C36A64
RGB
CMYK
RGB Variations
Color information
#C36A64 (or 0xC36A64) is known color: Contessa. HEX triplet: C3, 6A and 64. RGB value is (195,106,100). Sum of RGB (Red+Green+Blue) = 195+106+100=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36A64 is #3C959B. Grayscale: #848484. Windows color (decimal): -3970460 or 6580931. OLE color: 6580931.
HSL color Cylindrical-coordinate representation of color #C36A64: hue angle of 3.79º 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 #C36A64 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 100 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.24 |
| HSL | 3.79º | 0.44% | 0.58% | - |
| HSV(B) | 3.79º | 0.49% | 0.76% | - |
| XYZ | 29.96 | 22.83 | 14.88 | - |
| YUV | 131.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 100 | 0 | 0.46 | 0.49 | 0.24 | 3.79 | 0.44 | 0.58 |
| Hex | C3 | 6A | 64 | 0 | 2E | 31 | 18 | 4 | 2C | 3A |
| Octal | 303 | 152 | 144 | 0 | 56 | 61 | 30 | 4 | 54 | 72 |
| Binary | 11000011 | 1101010 | 1100100 | 0 | 101110 | 110001 | 11000 | 100 | 101100 | 111010 |
Color Harmonies of #C36A64
Complementary color
Monochromatic Colors of #C36A64
Black with #C36A64
Text Example
Text Example
White with #C36A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36A64; }
p { color: rgb(195,106,100); }
H1.HeaderClassName
{
color: #C36A64;
}
.AnyTagClassName
{
color: #C36A64;
}
</style>
background-color css
<style>
a { background-color: #C36A64; }
a { background-color: rgb(195,106,100); }
div.DivClassName
{
background-color: #C36A64;
}
.BgClassName
{
background-color: #C36A64;
}
</style>
border-color css
<style>
span { border-color: #C36A64; }
span { border-color: rgb(195,106,100); }
td.TdClassName
{
border-color: #C36A64;
}
.TagClassName
{
border-color: #C36A64;
}
</style>