Shades of Contessa #C36B63
Tints of Contessa #C36B63
RGB
CMYK
RGB Variations
Color information
#C36B63 (or 0xC36B63) is known color: Contessa. HEX triplet: C3, 6B and 63. RGB value is (195,107,99). Sum of RGB (Red+Green+Blue) = 195+107+99=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36B63 is #3C949C. Grayscale: #848484. Windows color (decimal): -3970205 or 6515651. OLE color: 6515651.
HSL color Cylindrical-coordinate representation of color #C36B63: hue angle of 5º 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 #C36B63 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 99 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.24 |
| HSL | 5º | 0.44% | 0.58% | - |
| HSV(B) | 5º | 0.49% | 0.76% | - |
| XYZ | 30.02 | 23.02 | 14.67 | - |
| YUV | 132.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 99 | 0 | 0.45 | 0.49 | 0.24 | 5 | 0.44 | 0.58 |
| Hex | C3 | 6B | 63 | 0 | 2D | 31 | 18 | 5 | 2C | 3A |
| Octal | 303 | 153 | 143 | 0 | 55 | 61 | 30 | 5 | 54 | 72 |
| Binary | 11000011 | 1101011 | 1100011 | 0 | 101101 | 110001 | 11000 | 101 | 101100 | 111010 |
Color Harmonies of #C36B63
Complementary color
Monochromatic Colors of #C36B63
Black with #C36B63
Text Example
Text Example
White with #C36B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B63; }
p { color: rgb(195,107,99); }
H1.HeaderClassName
{
color: #C36B63;
}
.AnyTagClassName
{
color: #C36B63;
}
</style>
background-color css
<style>
a { background-color: #C36B63; }
a { background-color: rgb(195,107,99); }
div.DivClassName
{
background-color: #C36B63;
}
.BgClassName
{
background-color: #C36B63;
}
</style>
border-color css
<style>
span { border-color: #C36B63; }
span { border-color: rgb(195,107,99); }
td.TdClassName
{
border-color: #C36B63;
}
.TagClassName
{
border-color: #C36B63;
}
</style>