Shades of Contessa #C36B64
Tints of Contessa #C36B64
RGB
CMYK
RGB Variations
Color information
#C36B64 (or 0xC36B64) is known color: Contessa. HEX triplet: C3, 6B and 64. RGB value is (195,107,100). Sum of RGB (Red+Green+Blue) = 195+107+100=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B64 is #3C949B. Grayscale: #848484. Windows color (decimal): -3970204 or 6581187. OLE color: 6581187.
HSL color Cylindrical-coordinate representation of color #C36B64: hue angle of 4.42º 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 #C36B64 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 100 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.24 |
| HSL | 4.42º | 0.44% | 0.58% | - |
| HSV(B) | 4.42º | 0.49% | 0.76% | - |
| XYZ | 30.06 | 23.04 | 14.92 | - |
| YUV | 132.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 100 | 0 | 0.45 | 0.49 | 0.24 | 4.42 | 0.44 | 0.58 |
| Hex | C3 | 6B | 64 | 0 | 2D | 31 | 18 | 4 | 2C | 3A |
| Octal | 303 | 153 | 144 | 0 | 55 | 61 | 30 | 4 | 54 | 72 |
| Binary | 11000011 | 1101011 | 1100100 | 0 | 101101 | 110001 | 11000 | 100 | 101100 | 111010 |
Color Harmonies of #C36B64
Complementary color
Monochromatic Colors of #C36B64
Black with #C36B64
Text Example
Text Example
White with #C36B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B64; }
p { color: rgb(195,107,100); }
H1.HeaderClassName
{
color: #C36B64;
}
.AnyTagClassName
{
color: #C36B64;
}
</style>
background-color css
<style>
a { background-color: #C36B64; }
a { background-color: rgb(195,107,100); }
div.DivClassName
{
background-color: #C36B64;
}
.BgClassName
{
background-color: #C36B64;
}
</style>
border-color css
<style>
span { border-color: #C36B64; }
span { border-color: rgb(195,107,100); }
td.TdClassName
{
border-color: #C36B64;
}
.TagClassName
{
border-color: #C36B64;
}
</style>