Shades of Mandy #C45B5D
Tints of Mandy #C45B5D
RGB
CMYK
RGB Variations
Color information
#C45B5D (or 0xC45B5D) is known color: Mandy. HEX triplet: C4, 5B and 5D. RGB value is (196,91,93). Sum of RGB (Red+Green+Blue) = 196+91+93=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B5D is #3BA4A2. Grayscale: #7A7A7A. Windows color (decimal): -3908771 or 6118340. OLE color: 6118340.
HSL color Cylindrical-coordinate representation of color #C45B5D: hue angle of 358.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 #C45B5D is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 93 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.23 |
| HSL | 358.86º | 0.47% | 0.56% | - |
| HSV(B) | 358.86º | 0.54% | 0.77% | - |
| XYZ | 28.48 | 20.01 | 12.72 | - |
| YUV | 122.62 | 111.29 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 93 | 0 | 0.54 | 0.53 | 0.23 | 358.86 | 0.47 | 0.56 |
| Hex | C4 | 5B | 5D | 0 | 36 | 35 | 17 | 167 | 2F | 38 |
| Octal | 304 | 133 | 135 | 0 | 66 | 65 | 27 | 547 | 57 | 70 |
| Binary | 11000100 | 1011011 | 1011101 | 0 | 110110 | 110101 | 10111 | 101100111 | 101111 | 111000 |
Color Harmonies of #C45B5D
Complementary color
Monochromatic Colors of #C45B5D
Black with #C45B5D
Text Example
Text Example
White with #C45B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B5D; }
p { color: rgb(196,91,93); }
H1.HeaderClassName
{
color: #C45B5D;
}
.AnyTagClassName
{
color: #C45B5D;
}
</style>
background-color css
<style>
a { background-color: #C45B5D; }
a { background-color: rgb(196,91,93); }
div.DivClassName
{
background-color: #C45B5D;
}
.BgClassName
{
background-color: #C45B5D;
}
</style>
border-color css
<style>
span { border-color: #C45B5D; }
span { border-color: rgb(196,91,93); }
td.TdClassName
{
border-color: #C45B5D;
}
.TagClassName
{
border-color: #C45B5D;
}
</style>