Shades of Contessa #C36C63
Tints of Contessa #C36C63
RGB
CMYK
RGB Variations
Color information
#C36C63 (or 0xC36C63) is known color: Contessa. HEX triplet: C3, 6C and 63. RGB value is (195,108,99). Sum of RGB (Red+Green+Blue) = 195+108+99=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C63 is #3C939C. Grayscale: #858585. Windows color (decimal): -3969949 or 6515907. OLE color: 6515907.
HSL color Cylindrical-coordinate representation of color #C36C63: hue angle of 5.62º 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 #C36C63 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 99 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.24 |
| HSL | 5.63º | 0.44% | 0.58% | - |
| HSV(B) | 5.63º | 0.49% | 0.76% | - |
| XYZ | 30.12 | 23.23 | 14.7 | - |
| YUV | 132.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 99 | 0 | 0.45 | 0.49 | 0.24 | 5.63 | 0.44 | 0.58 |
| Hex | C3 | 6C | 63 | 0 | 2D | 31 | 18 | 6 | 2C | 3A |
| Octal | 303 | 154 | 143 | 0 | 55 | 61 | 30 | 6 | 54 | 72 |
| Binary | 11000011 | 1101100 | 1100011 | 0 | 101101 | 110001 | 11000 | 110 | 101100 | 111010 |
Color Harmonies of #C36C63
Complementary color
Monochromatic Colors of #C36C63
Black with #C36C63
Text Example
Text Example
White with #C36C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C63; }
p { color: rgb(195,108,99); }
H1.HeaderClassName
{
color: #C36C63;
}
.AnyTagClassName
{
color: #C36C63;
}
</style>
background-color css
<style>
a { background-color: #C36C63; }
a { background-color: rgb(195,108,99); }
div.DivClassName
{
background-color: #C36C63;
}
.BgClassName
{
background-color: #C36C63;
}
</style>
border-color css
<style>
span { border-color: #C36C63; }
span { border-color: rgb(195,108,99); }
td.TdClassName
{
border-color: #C36C63;
}
.TagClassName
{
border-color: #C36C63;
}
</style>