Shades of Mandy #C46569
Tints of Mandy #C46569
RGB
CMYK
RGB Variations
Color information
#C46569 (or 0xC46569) is known color: Mandy. HEX triplet: C4, 65 and 69. RGB value is (196,101,105). Sum of RGB (Red+Green+Blue) = 196+101+105=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C46569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46569 is #3B9A96. Grayscale: #818181. Windows color (decimal): -3906199 or 6907332. OLE color: 6907332.
HSL color Cylindrical-coordinate representation of color #C46569: hue angle of 357.47º 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 #C46569 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 105 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.23 |
| HSL | 357.47º | 0.45% | 0.58% | - |
| HSV(B) | 357.47º | 0.48% | 0.77% | - |
| XYZ | 29.97 | 22.06 | 16.04 | - |
| YUV | 129.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 105 | 0 | 0.48 | 0.46 | 0.23 | 357.47 | 0.45 | 0.58 |
| Hex | C4 | 65 | 69 | 0 | 30 | 2E | 17 | 165 | 2D | 3A |
| Octal | 304 | 145 | 151 | 0 | 60 | 56 | 27 | 545 | 55 | 72 |
| Binary | 11000100 | 1100101 | 1101001 | 0 | 110000 | 101110 | 10111 | 101100101 | 101101 | 111010 |
Color Harmonies of #C46569
Complementary color
Monochromatic Colors of #C46569
Black with #C46569
Text Example
Text Example
White with #C46569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46569; }
p { color: rgb(196,101,105); }
H1.HeaderClassName
{
color: #C46569;
}
.AnyTagClassName
{
color: #C46569;
}
</style>
background-color css
<style>
a { background-color: #C46569; }
a { background-color: rgb(196,101,105); }
div.DivClassName
{
background-color: #C46569;
}
.BgClassName
{
background-color: #C46569;
}
</style>
border-color css
<style>
span { border-color: #C46569; }
span { border-color: rgb(196,101,105); }
td.TdClassName
{
border-color: #C46569;
}
.TagClassName
{
border-color: #C46569;
}
</style>