Shades of Contessa #C36C64
Tints of Contessa #C36C64
RGB
CMYK
RGB Variations
Color information
#C36C64 (or 0xC36C64) is known color: Contessa. HEX triplet: C3, 6C and 64. RGB value is (195,108,100). Sum of RGB (Red+Green+Blue) = 195+108+100=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C64 is #3C939B. Grayscale: #858585. Windows color (decimal): -3969948 or 6581443. OLE color: 6581443.
HSL color Cylindrical-coordinate representation of color #C36C64: hue angle of 5.05º 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 #C36C64 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 100 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.24 |
| HSL | 5.05º | 0.44% | 0.58% | - |
| HSV(B) | 5.05º | 0.49% | 0.76% | - |
| XYZ | 30.17 | 23.25 | 14.95 | - |
| YUV | 133.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 100 | 0 | 0.45 | 0.49 | 0.24 | 5.05 | 0.44 | 0.58 |
| Hex | C3 | 6C | 64 | 0 | 2D | 31 | 18 | 5 | 2C | 3A |
| Octal | 303 | 154 | 144 | 0 | 55 | 61 | 30 | 5 | 54 | 72 |
| Binary | 11000011 | 1101100 | 1100100 | 0 | 101101 | 110001 | 11000 | 101 | 101100 | 111010 |
Color Harmonies of #C36C64
Complementary color
Monochromatic Colors of #C36C64
Black with #C36C64
Text Example
Text Example
White with #C36C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C64; }
p { color: rgb(195,108,100); }
H1.HeaderClassName
{
color: #C36C64;
}
.AnyTagClassName
{
color: #C36C64;
}
</style>
background-color css
<style>
a { background-color: #C36C64; }
a { background-color: rgb(195,108,100); }
div.DivClassName
{
background-color: #C36C64;
}
.BgClassName
{
background-color: #C36C64;
}
</style>
border-color css
<style>
span { border-color: #C36C64; }
span { border-color: rgb(195,108,100); }
td.TdClassName
{
border-color: #C36C64;
}
.TagClassName
{
border-color: #C36C64;
}
</style>