Shades of Mandy #C04B5C
Tints of Mandy #C04B5C
RGB
CMYK
RGB Variations
Color information
#C04B5C (or 0xC04B5C) is known color: Mandy. HEX triplet: C0, 4B and 5C. RGB value is (192,75,92). Sum of RGB (Red+Green+Blue) = 192+75+92=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04B5C is #3FB4A3. Grayscale: #6F6F6F. Windows color (decimal): -4175012 or 6048704. OLE color: 6048704.
HSL color Cylindrical-coordinate representation of color #C04B5C: hue angle of 351.28º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B5C is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 92 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.25 |
| HSL | 351.28º | 0.48% | 0.52% | - |
| HSV(B) | 351.28º | 0.61% | 0.75% | - |
| XYZ | 26.19 | 17.01 | 12.03 | - |
| YUV | 111.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 92 | 0 | 0.61 | 0.52 | 0.25 | 351.28 | 0.48 | 0.52 |
| Hex | C0 | 4B | 5C | 0 | 3D | 34 | 19 | 15F | 30 | 34 |
| Octal | 300 | 113 | 134 | 0 | 75 | 64 | 31 | 537 | 60 | 64 |
| Binary | 11000000 | 1001011 | 1011100 | 0 | 111101 | 110100 | 11001 | 101011111 | 110000 | 110100 |
Color Harmonies of #C04B5C
Complementary color
Monochromatic Colors of #C04B5C
Black with #C04B5C
Text Example
Text Example
White with #C04B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B5C; }
p { color: rgb(192,75,92); }
H1.HeaderClassName
{
color: #C04B5C;
}
.AnyTagClassName
{
color: #C04B5C;
}
</style>
background-color css
<style>
a { background-color: #C04B5C; }
a { background-color: rgb(192,75,92); }
div.DivClassName
{
background-color: #C04B5C;
}
.BgClassName
{
background-color: #C04B5C;
}
</style>
border-color css
<style>
span { border-color: #C04B5C; }
span { border-color: rgb(192,75,92); }
td.TdClassName
{
border-color: #C04B5C;
}
.TagClassName
{
border-color: #C04B5C;
}
</style>