Shades of Contessa #C46463
Tints of Contessa #C46463
RGB
CMYK
RGB Variations
Color information
#C46463 (or 0xC46463) is known color: Contessa. HEX triplet: C4, 64 and 63. RGB value is (196,100,99). Sum of RGB (Red+Green+Blue) = 196+100+99=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C46463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46463 is #3B9B9C. Grayscale: #808080. Windows color (decimal): -3906461 or 6513860. OLE color: 6513860.
HSL color Cylindrical-coordinate representation of color #C46463: hue angle of 0.62º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C46463 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 99 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.23 |
| HSL | 0.62º | 0.45% | 0.58% | - |
| HSV(B) | 0.62º | 0.49% | 0.77% | - |
| XYZ | 29.57 | 21.75 | 14.44 | - |
| YUV | 128.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 99 | 0 | 0.49 | 0.49 | 0.23 | 0.62 | 0.45 | 0.58 |
| Hex | C4 | 64 | 63 | 0 | 31 | 31 | 17 | 1 | 2D | 3A |
| Octal | 304 | 144 | 143 | 0 | 61 | 61 | 27 | 1 | 55 | 72 |
| Binary | 11000100 | 1100100 | 1100011 | 0 | 110001 | 110001 | 10111 | 1 | 101101 | 111010 |
Color Harmonies of #C46463
Complementary color
Monochromatic Colors of #C46463
Black with #C46463
Text Example
Text Example
White with #C46463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46463; }
p { color: rgb(196,100,99); }
H1.HeaderClassName
{
color: #C46463;
}
.AnyTagClassName
{
color: #C46463;
}
</style>
background-color css
<style>
a { background-color: #C46463; }
a { background-color: rgb(196,100,99); }
div.DivClassName
{
background-color: #C46463;
}
.BgClassName
{
background-color: #C46463;
}
</style>
border-color css
<style>
span { border-color: #C46463; }
span { border-color: rgb(196,100,99); }
td.TdClassName
{
border-color: #C46463;
}
.TagClassName
{
border-color: #C46463;
}
</style>