Shades of Mandy #C6525B
Tints of Mandy #C6525B
RGB
CMYK
RGB Variations
Color information
#C6525B (or 0xC6525B) is known color: Mandy. HEX triplet: C6, 52 and 5B. RGB value is (198,82,91). Sum of RGB (Red+Green+Blue) = 198+82+91=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6525B is #39ADA4. Grayscale: #757575. Windows color (decimal): -3780005 or 5984966. OLE color: 5984966.
HSL color Cylindrical-coordinate representation of color #C6525B: hue angle of 355.34º 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 #C6525B is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 91 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.22 |
| HSL | 355.34º | 0.5% | 0.55% | - |
| HSV(B) | 355.34º | 0.59% | 0.78% | - |
| XYZ | 28.19 | 18.8 | 12.04 | - |
| YUV | 117.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 91 | 0 | 0.59 | 0.54 | 0.22 | 355.34 | 0.5 | 0.55 |
| Hex | C6 | 52 | 5B | 0 | 3B | 36 | 16 | 163 | 32 | 37 |
| Octal | 306 | 122 | 133 | 0 | 73 | 66 | 26 | 543 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1011011 | 0 | 111011 | 110110 | 10110 | 101100011 | 110010 | 110111 |
Color Harmonies of #C6525B
Complementary color
Monochromatic Colors of #C6525B
Black with #C6525B
Text Example
Text Example
White with #C6525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6525B; }
p { color: rgb(198,82,91); }
H1.HeaderClassName
{
color: #C6525B;
}
.AnyTagClassName
{
color: #C6525B;
}
</style>
background-color css
<style>
a { background-color: #C6525B; }
a { background-color: rgb(198,82,91); }
div.DivClassName
{
background-color: #C6525B;
}
.BgClassName
{
background-color: #C6525B;
}
</style>
border-color css
<style>
span { border-color: #C6525B; }
span { border-color: rgb(198,82,91); }
td.TdClassName
{
border-color: #C6525B;
}
.TagClassName
{
border-color: #C6525B;
}
</style>