Shades of Mandy #C74B5B
Tints of Mandy #C74B5B
RGB
CMYK
RGB Variations
Color information
#C74B5B (or 0xC74B5B) is known color: Mandy. HEX triplet: C7, 4B and 5B. RGB value is (199,75,91). Sum of RGB (Red+Green+Blue) = 199+75+91=365 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.52% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B5B is #38B4A4. Grayscale: #717171. Windows color (decimal): -3716261 or 5983175. OLE color: 5983175.
HSL color Cylindrical-coordinate representation of color #C74B5B: hue angle of 352.26º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B5B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 91 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.22 |
| HSL | 352.26º | 0.53% | 0.54% | - |
| HSV(B) | 352.26º | 0.62% | 0.78% | - |
| XYZ | 27.96 | 17.93 | 11.88 | - |
| YUV | 113.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 91 | 0 | 0.62 | 0.54 | 0.22 | 352.26 | 0.53 | 0.54 |
| Hex | C7 | 4B | 5B | 0 | 3E | 36 | 16 | 160 | 35 | 36 |
| Octal | 307 | 113 | 133 | 0 | 76 | 66 | 26 | 540 | 65 | 66 |
| Binary | 11000111 | 1001011 | 1011011 | 0 | 111110 | 110110 | 10110 | 101100000 | 110101 | 110110 |
Color Harmonies of #C74B5B
Complementary color
Monochromatic Colors of #C74B5B
Black with #C74B5B
Text Example
Text Example
White with #C74B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B5B; }
p { color: rgb(199,75,91); }
H1.HeaderClassName
{
color: #C74B5B;
}
.AnyTagClassName
{
color: #C74B5B;
}
</style>
background-color css
<style>
a { background-color: #C74B5B; }
a { background-color: rgb(199,75,91); }
div.DivClassName
{
background-color: #C74B5B;
}
.BgClassName
{
background-color: #C74B5B;
}
</style>
border-color css
<style>
span { border-color: #C74B5B; }
span { border-color: rgb(199,75,91); }
td.TdClassName
{
border-color: #C74B5B;
}
.TagClassName
{
border-color: #C74B5B;
}
</style>