Shades of Mandy #C45B64
Tints of Mandy #C45B64
RGB
CMYK
RGB Variations
Color information
#C45B64 (or 0xC45B64) is known color: Mandy. HEX triplet: C4, 5B and 64. RGB value is (196,91,100). Sum of RGB (Red+Green+Blue) = 196+91+100=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B64 is #3BA49B. Grayscale: #7B7B7B. Windows color (decimal): -3908764 or 6577092. OLE color: 6577092.
HSL color Cylindrical-coordinate representation of color #C45B64: hue angle of 354.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45B64 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 100 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.23 |
| HSL | 354.86º | 0.47% | 0.56% | - |
| HSV(B) | 354.86º | 0.54% | 0.77% | - |
| XYZ | 28.81 | 20.14 | 14.43 | - |
| YUV | 123.42 | 114.79 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 100 | 0 | 0.54 | 0.49 | 0.23 | 354.86 | 0.47 | 0.56 |
| Hex | C4 | 5B | 64 | 0 | 36 | 31 | 17 | 163 | 2F | 38 |
| Octal | 304 | 133 | 144 | 0 | 66 | 61 | 27 | 543 | 57 | 70 |
| Binary | 11000100 | 1011011 | 1100100 | 0 | 110110 | 110001 | 10111 | 101100011 | 101111 | 111000 |
Color Harmonies of #C45B64
Complementary color
Monochromatic Colors of #C45B64
Black with #C45B64
Text Example
Text Example
White with #C45B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B64; }
p { color: rgb(196,91,100); }
H1.HeaderClassName
{
color: #C45B64;
}
.AnyTagClassName
{
color: #C45B64;
}
</style>
background-color css
<style>
a { background-color: #C45B64; }
a { background-color: rgb(196,91,100); }
div.DivClassName
{
background-color: #C45B64;
}
.BgClassName
{
background-color: #C45B64;
}
</style>
border-color css
<style>
span { border-color: #C45B64; }
span { border-color: rgb(196,91,100); }
td.TdClassName
{
border-color: #C45B64;
}
.TagClassName
{
border-color: #C45B64;
}
</style>