Shades of Contessa #C46962
Tints of Contessa #C46962
RGB
CMYK
RGB Variations
Color information
#C46962 (or 0xC46962) is known color: Contessa. HEX triplet: C4, 69 and 62. RGB value is (196,105,98). Sum of RGB (Red+Green+Blue) = 196+105+98=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46962 is #3B969D. Grayscale: #838383. Windows color (decimal): -3905182 or 6449604. OLE color: 6449604.
HSL color Cylindrical-coordinate representation of color #C46962: hue angle of 4.29º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46962 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 98 | - |
| CMYK | 0 | 0.46 | 0.5 | 0.23 |
| HSL | 4.29º | 0.45% | 0.58% | - |
| HSV(B) | 4.29º | 0.5% | 0.77% | - |
| XYZ | 30.02 | 22.72 | 14.36 | - |
| YUV | 131.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 98 | 0 | 0.46 | 0.5 | 0.23 | 4.29 | 0.45 | 0.58 |
| Hex | C4 | 69 | 62 | 0 | 2E | 32 | 17 | 4 | 2D | 3A |
| Octal | 304 | 151 | 142 | 0 | 56 | 62 | 27 | 4 | 55 | 72 |
| Binary | 11000100 | 1101001 | 1100010 | 0 | 101110 | 110010 | 10111 | 100 | 101101 | 111010 |
Color Harmonies of #C46962
Complementary color
Monochromatic Colors of #C46962
Black with #C46962
Text Example
Text Example
White with #C46962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46962; }
p { color: rgb(196,105,98); }
H1.HeaderClassName
{
color: #C46962;
}
.AnyTagClassName
{
color: #C46962;
}
</style>
background-color css
<style>
a { background-color: #C46962; }
a { background-color: rgb(196,105,98); }
div.DivClassName
{
background-color: #C46962;
}
.BgClassName
{
background-color: #C46962;
}
</style>
border-color css
<style>
span { border-color: #C46962; }
span { border-color: rgb(196,105,98); }
td.TdClassName
{
border-color: #C46962;
}
.TagClassName
{
border-color: #C46962;
}
</style>