Shades of Contessa #C46965
Tints of Contessa #C46965
RGB
CMYK
RGB Variations
Color information
#C46965 (or 0xC46965) is known color: Contessa. HEX triplet: C4, 69 and 65. RGB value is (196,105,101). Sum of RGB (Red+Green+Blue) = 196+105+101=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C46965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46965 is #3B969A. Grayscale: #838383. Windows color (decimal): -3905179 or 6646212. OLE color: 6646212.
HSL color Cylindrical-coordinate representation of color #C46965: hue angle of 2.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46965 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 101 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.23 |
| HSL | 2.53º | 0.45% | 0.58% | - |
| HSV(B) | 2.53º | 0.48% | 0.77% | - |
| XYZ | 30.17 | 22.78 | 15.12 | - |
| YUV | 131.75 | 110.65 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 101 | 0 | 0.46 | 0.48 | 0.23 | 2.53 | 0.45 | 0.58 |
| Hex | C4 | 69 | 65 | 0 | 2E | 30 | 17 | 3 | 2D | 3A |
| Octal | 304 | 151 | 145 | 0 | 56 | 60 | 27 | 3 | 55 | 72 |
| Binary | 11000100 | 1101001 | 1100101 | 0 | 101110 | 110000 | 10111 | 11 | 101101 | 111010 |
Color Harmonies of #C46965
Complementary color
Monochromatic Colors of #C46965
Black with #C46965
Text Example
Text Example
White with #C46965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46965; }
p { color: rgb(196,105,101); }
H1.HeaderClassName
{
color: #C46965;
}
.AnyTagClassName
{
color: #C46965;
}
</style>
background-color css
<style>
a { background-color: #C46965; }
a { background-color: rgb(196,105,101); }
div.DivClassName
{
background-color: #C46965;
}
.BgClassName
{
background-color: #C46965;
}
</style>
border-color css
<style>
span { border-color: #C46965; }
span { border-color: rgb(196,105,101); }
td.TdClassName
{
border-color: #C46965;
}
.TagClassName
{
border-color: #C46965;
}
</style>