Shades of Mandy #C65255
Tints of Mandy #C65255
RGB
CMYK
RGB Variations
Color information
#C65255 (or 0xC65255) is known color: Mandy. HEX triplet: C6, 52 and 55. RGB value is (198,82,85). Sum of RGB (Red+Green+Blue) = 198+82+85=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C65255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65255 is #39ADAA. Grayscale: #757575. Windows color (decimal): -3780011 or 5591750. OLE color: 5591750.
HSL color Cylindrical-coordinate representation of color #C65255: hue angle of 358.45º 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 #C65255 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 85 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.22 |
| HSL | 358.45º | 0.5% | 0.55% | - |
| HSV(B) | 358.45º | 0.59% | 0.78% | - |
| XYZ | 27.95 | 18.7 | 10.73 | - |
| YUV | 117.03 | 109.93 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 85 | 0 | 0.59 | 0.57 | 0.22 | 358.45 | 0.5 | 0.55 |
| Hex | C6 | 52 | 55 | 0 | 3B | 39 | 16 | 166 | 32 | 37 |
| Octal | 306 | 122 | 125 | 0 | 73 | 71 | 26 | 546 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1010101 | 0 | 111011 | 111001 | 10110 | 101100110 | 110010 | 110111 |
Color Harmonies of #C65255
Complementary color
Monochromatic Colors of #C65255
Black with #C65255
Text Example
Text Example
White with #C65255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65255; }
p { color: rgb(198,82,85); }
H1.HeaderClassName
{
color: #C65255;
}
.AnyTagClassName
{
color: #C65255;
}
</style>
background-color css
<style>
a { background-color: #C65255; }
a { background-color: rgb(198,82,85); }
div.DivClassName
{
background-color: #C65255;
}
.BgClassName
{
background-color: #C65255;
}
</style>
border-color css
<style>
span { border-color: #C65255; }
span { border-color: rgb(198,82,85); }
td.TdClassName
{
border-color: #C65255;
}
.TagClassName
{
border-color: #C65255;
}
</style>