Shades of Mandy #C65258
Tints of Mandy #C65258
RGB
CMYK
RGB Variations
Color information
#C65258 (or 0xC65258) is known color: Mandy. HEX triplet: C6, 52 and 58. RGB value is (198,82,88). Sum of RGB (Red+Green+Blue) = 198+82+88=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C65258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65258 is #39ADA7. Grayscale: #757575. Windows color (decimal): -3780008 or 5788358. OLE color: 5788358.
HSL color Cylindrical-coordinate representation of color #C65258: hue angle of 356.9º 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 #C65258 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 88 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.22 |
| HSL | 356.9º | 0.5% | 0.55% | - |
| HSV(B) | 356.9º | 0.59% | 0.78% | - |
| XYZ | 28.07 | 18.74 | 11.37 | - |
| YUV | 117.37 | 111.43 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 88 | 0 | 0.59 | 0.56 | 0.22 | 356.9 | 0.5 | 0.55 |
| Hex | C6 | 52 | 58 | 0 | 3B | 38 | 16 | 165 | 32 | 37 |
| Octal | 306 | 122 | 130 | 0 | 73 | 70 | 26 | 545 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1011000 | 0 | 111011 | 111000 | 10110 | 101100101 | 110010 | 110111 |
Color Harmonies of #C65258
Complementary color
Monochromatic Colors of #C65258
Black with #C65258
Text Example
Text Example
White with #C65258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65258; }
p { color: rgb(198,82,88); }
H1.HeaderClassName
{
color: #C65258;
}
.AnyTagClassName
{
color: #C65258;
}
</style>
background-color css
<style>
a { background-color: #C65258; }
a { background-color: rgb(198,82,88); }
div.DivClassName
{
background-color: #C65258;
}
.BgClassName
{
background-color: #C65258;
}
</style>
border-color css
<style>
span { border-color: #C65258; }
span { border-color: rgb(198,82,88); }
td.TdClassName
{
border-color: #C65258;
}
.TagClassName
{
border-color: #C65258;
}
</style>