Shades of Mandy #C65253
Tints of Mandy #C65253
RGB
CMYK
RGB Variations
Color information
#C65253 (or 0xC65253) is known color: Mandy. HEX triplet: C6, 52 and 53. RGB value is (198,82,83). Sum of RGB (Red+Green+Blue) = 198+82+83=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C65253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65253 is #39ADAC. Grayscale: #747474. Windows color (decimal): -3780013 or 5460678. OLE color: 5460678.
HSL color Cylindrical-coordinate representation of color #C65253: hue angle of 359.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65253 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 83 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.22 |
| HSL | 359.48º | 0.5% | 0.55% | - |
| HSV(B) | 359.48º | 0.59% | 0.78% | - |
| XYZ | 27.87 | 18.66 | 10.32 | - |
| YUV | 116.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 83 | 0 | 0.59 | 0.58 | 0.22 | 359.48 | 0.5 | 0.55 |
| Hex | C6 | 52 | 53 | 0 | 3B | 3A | 16 | 167 | 32 | 37 |
| Octal | 306 | 122 | 123 | 0 | 73 | 72 | 26 | 547 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1010011 | 0 | 111011 | 111010 | 10110 | 101100111 | 110010 | 110111 |
Color Harmonies of #C65253
Complementary color
Monochromatic Colors of #C65253
Black with #C65253
Text Example
Text Example
White with #C65253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65253; }
p { color: rgb(198,82,83); }
H1.HeaderClassName
{
color: #C65253;
}
.AnyTagClassName
{
color: #C65253;
}
</style>
background-color css
<style>
a { background-color: #C65253; }
a { background-color: rgb(198,82,83); }
div.DivClassName
{
background-color: #C65253;
}
.BgClassName
{
background-color: #C65253;
}
</style>
border-color css
<style>
span { border-color: #C65253; }
span { border-color: rgb(198,82,83); }
td.TdClassName
{
border-color: #C65253;
}
.TagClassName
{
border-color: #C65253;
}
</style>