Shades of Mandy #C4485C
Tints of Mandy #C4485C
RGB
CMYK
RGB Variations
Color information
#C4485C (or 0xC4485C) is known color: Mandy. HEX triplet: C4, 48 and 5C. RGB value is (196,72,92). Sum of RGB (Red+Green+Blue) = 196+72+92=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4485C is #3BB7A3. Grayscale: #6F6F6F. Windows color (decimal): -3913636 or 6047940. OLE color: 6047940.
HSL color Cylindrical-coordinate representation of color #C4485C: hue angle of 350.32º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4485C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 92 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.23 |
| HSL | 350.32º | 0.51% | 0.53% | - |
| HSV(B) | 350.32º | 0.63% | 0.77% | - |
| XYZ | 27.01 | 17.14 | 12.01 | - |
| YUV | 111.36 | 117.08 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 92 | 0 | 0.63 | 0.53 | 0.23 | 350.32 | 0.51 | 0.53 |
| Hex | C4 | 48 | 5C | 0 | 3F | 35 | 17 | 15E | 33 | 35 |
| Octal | 304 | 110 | 134 | 0 | 77 | 65 | 27 | 536 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1011100 | 0 | 111111 | 110101 | 10111 | 101011110 | 110011 | 110101 |
Color Harmonies of #C4485C
Complementary color
Monochromatic Colors of #C4485C
Black with #C4485C
Text Example
Text Example
White with #C4485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4485C; }
p { color: rgb(196,72,92); }
H1.HeaderClassName
{
color: #C4485C;
}
.AnyTagClassName
{
color: #C4485C;
}
</style>
background-color css
<style>
a { background-color: #C4485C; }
a { background-color: rgb(196,72,92); }
div.DivClassName
{
background-color: #C4485C;
}
.BgClassName
{
background-color: #C4485C;
}
</style>
border-color css
<style>
span { border-color: #C4485C; }
span { border-color: rgb(196,72,92); }
td.TdClassName
{
border-color: #C4485C;
}
.TagClassName
{
border-color: #C4485C;
}
</style>