Shades of Mandy #C4575C
Tints of Mandy #C4575C
RGB
CMYK
RGB Variations
Color information
#C4575C (or 0xC4575C) is known color: Mandy. HEX triplet: C4, 57 and 5C. RGB value is (196,87,92). Sum of RGB (Red+Green+Blue) = 196+87+92=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4575C is #3BA8A3. Grayscale: #787878. Windows color (decimal): -3909796 or 6051780. OLE color: 6051780.
HSL color Cylindrical-coordinate representation of color #C4575C: hue angle of 357.25º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4575C is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 92 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.23 |
| HSL | 357.25º | 0.48% | 0.55% | - |
| HSV(B) | 357.25º | 0.56% | 0.77% | - |
| XYZ | 28.1 | 19.32 | 12.37 | - |
| YUV | 120.16 | 112.11 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 92 | 0 | 0.56 | 0.53 | 0.23 | 357.25 | 0.48 | 0.55 |
| Hex | C4 | 57 | 5C | 0 | 38 | 35 | 17 | 165 | 30 | 37 |
| Octal | 304 | 127 | 134 | 0 | 70 | 65 | 27 | 545 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1011100 | 0 | 111000 | 110101 | 10111 | 101100101 | 110000 | 110111 |
Color Harmonies of #C4575C
Complementary color
Monochromatic Colors of #C4575C
Black with #C4575C
Text Example
Text Example
White with #C4575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4575C; }
p { color: rgb(196,87,92); }
H1.HeaderClassName
{
color: #C4575C;
}
.AnyTagClassName
{
color: #C4575C;
}
</style>
background-color css
<style>
a { background-color: #C4575C; }
a { background-color: rgb(196,87,92); }
div.DivClassName
{
background-color: #C4575C;
}
.BgClassName
{
background-color: #C4575C;
}
</style>
border-color css
<style>
span { border-color: #C4575C; }
span { border-color: rgb(196,87,92); }
td.TdClassName
{
border-color: #C4575C;
}
.TagClassName
{
border-color: #C4575C;
}
</style>