Shades of Mandy #C64952
Tints of Mandy #C64952
RGB
CMYK
RGB Variations
Color information
#C64952 (or 0xC64952) is known color: Mandy. HEX triplet: C6, 49 and 52. RGB value is (198,73,82). Sum of RGB (Red+Green+Blue) = 198+73+82=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C64952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64952 is #39B6AD. Grayscale: #6F6F6F. Windows color (decimal): -3782318 or 5392838. OLE color: 5392838.
HSL color Cylindrical-coordinate representation of color #C64952: hue angle of 355.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64952 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 82 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.22 |
| HSL | 355.68º | 0.52% | 0.53% | - |
| HSV(B) | 355.68º | 0.63% | 0.78% | - |
| XYZ | 27.19 | 17.38 | 9.9 | - |
| YUV | 111.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 82 | 0 | 0.63 | 0.59 | 0.22 | 355.68 | 0.52 | 0.53 |
| Hex | C6 | 49 | 52 | 0 | 3F | 3B | 16 | 164 | 34 | 35 |
| Octal | 306 | 111 | 122 | 0 | 77 | 73 | 26 | 544 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1010010 | 0 | 111111 | 111011 | 10110 | 101100100 | 110100 | 110101 |
Color Harmonies of #C64952
Complementary color
Monochromatic Colors of #C64952
Black with #C64952
Text Example
Text Example
White with #C64952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64952; }
p { color: rgb(198,73,82); }
H1.HeaderClassName
{
color: #C64952;
}
.AnyTagClassName
{
color: #C64952;
}
</style>
background-color css
<style>
a { background-color: #C64952; }
a { background-color: rgb(198,73,82); }
div.DivClassName
{
background-color: #C64952;
}
.BgClassName
{
background-color: #C64952;
}
</style>
border-color css
<style>
span { border-color: #C64952; }
span { border-color: rgb(198,73,82); }
td.TdClassName
{
border-color: #C64952;
}
.TagClassName
{
border-color: #C64952;
}
</style>