Shades of Mandy #C4505C
Tints of Mandy #C4505C
RGB
CMYK
RGB Variations
Color information
#C4505C (or 0xC4505C) is known color: Mandy. HEX triplet: C4, 50 and 5C. RGB value is (196,80,92). Sum of RGB (Red+Green+Blue) = 196+80+92=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4505C is #3BAFA3. Grayscale: #747474. Windows color (decimal): -3911588 or 6049988. OLE color: 6049988.
HSL color Cylindrical-coordinate representation of color #C4505C: hue angle of 353.79º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4505C is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 92 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.23 |
| HSL | 353.79º | 0.5% | 0.54% | - |
| HSV(B) | 353.79º | 0.59% | 0.77% | - |
| XYZ | 27.57 | 18.25 | 12.19 | - |
| YUV | 116.05 | 114.43 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 92 | 0 | 0.59 | 0.53 | 0.23 | 353.79 | 0.5 | 0.54 |
| Hex | C4 | 50 | 5C | 0 | 3B | 35 | 17 | 162 | 32 | 36 |
| Octal | 304 | 120 | 134 | 0 | 73 | 65 | 27 | 542 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1011100 | 0 | 111011 | 110101 | 10111 | 101100010 | 110010 | 110110 |
Color Harmonies of #C4505C
Complementary color
Monochromatic Colors of #C4505C
Black with #C4505C
Text Example
Text Example
White with #C4505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4505C; }
p { color: rgb(196,80,92); }
H1.HeaderClassName
{
color: #C4505C;
}
.AnyTagClassName
{
color: #C4505C;
}
</style>
background-color css
<style>
a { background-color: #C4505C; }
a { background-color: rgb(196,80,92); }
div.DivClassName
{
background-color: #C4505C;
}
.BgClassName
{
background-color: #C4505C;
}
</style>
border-color css
<style>
span { border-color: #C4505C; }
span { border-color: rgb(196,80,92); }
td.TdClassName
{
border-color: #C4505C;
}
.TagClassName
{
border-color: #C4505C;
}
</style>