Shades of Contessa #C36463
Tints of Contessa #C36463
RGB
CMYK
RGB Variations
Color information
#C36463 (or 0xC36463) is known color: Contessa. HEX triplet: C3, 64 and 63. RGB value is (195,100,99). Sum of RGB (Red+Green+Blue) = 195+100+99=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C36463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36463 is #3C9B9C. Grayscale: #808080. Windows color (decimal): -3971997 or 6513859. OLE color: 6513859.
HSL color Cylindrical-coordinate representation of color #C36463: hue angle of 0.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 #C36463 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 99 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.24 |
| HSL | 0.63º | 0.44% | 0.58% | - |
| HSV(B) | 0.63º | 0.49% | 0.76% | - |
| XYZ | 29.31 | 21.62 | 14.43 | - |
| YUV | 128.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 99 | 0 | 0.49 | 0.49 | 0.24 | 0.63 | 0.44 | 0.58 |
| Hex | C3 | 64 | 63 | 0 | 31 | 31 | 18 | 1 | 2C | 3A |
| Octal | 303 | 144 | 143 | 0 | 61 | 61 | 30 | 1 | 54 | 72 |
| Binary | 11000011 | 1100100 | 1100011 | 0 | 110001 | 110001 | 11000 | 1 | 101100 | 111010 |
Color Harmonies of #C36463
Complementary color
Monochromatic Colors of #C36463
Black with #C36463
Text Example
Text Example
White with #C36463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36463; }
p { color: rgb(195,100,99); }
H1.HeaderClassName
{
color: #C36463;
}
.AnyTagClassName
{
color: #C36463;
}
</style>
background-color css
<style>
a { background-color: #C36463; }
a { background-color: rgb(195,100,99); }
div.DivClassName
{
background-color: #C36463;
}
.BgClassName
{
background-color: #C36463;
}
</style>
border-color css
<style>
span { border-color: #C36463; }
span { border-color: rgb(195,100,99); }
td.TdClassName
{
border-color: #C36463;
}
.TagClassName
{
border-color: #C36463;
}
</style>