Shades of Mandy #C8505A
Tints of Mandy #C8505A
RGB
CMYK
RGB Variations
Color information
#C8505A (or 0xC8505A) is known color: Mandy. HEX triplet: C8, 50 and 5A. RGB value is (200,80,90). Sum of RGB (Red+Green+Blue) = 200+80+90=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8505A is #37AFA5. Grayscale: #757575. Windows color (decimal): -3649446 or 5918920. OLE color: 5918920.
HSL color Cylindrical-coordinate representation of color #C8505A: hue angle of 355º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8505A is Cyan = 0, Magento = 0.6, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 90 | - |
| CMYK | 0 | 0.6 | 0.55 | 0.22 |
| HSL | 355º | 0.52% | 0.55% | - |
| HSV(B) | 355º | 0.6% | 0.78% | - |
| XYZ | 28.53 | 18.75 | 11.79 | - |
| YUV | 117.02 | 112.76 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 90 | 0 | 0.6 | 0.55 | 0.22 | 355 | 0.52 | 0.55 |
| Hex | C8 | 50 | 5A | 0 | 3C | 37 | 16 | 163 | 34 | 37 |
| Octal | 310 | 120 | 132 | 0 | 74 | 67 | 26 | 543 | 64 | 67 |
| Binary | 11001000 | 1010000 | 1011010 | 0 | 111100 | 110111 | 10110 | 101100011 | 110100 | 110111 |
Color Harmonies of #C8505A
Complementary color
Monochromatic Colors of #C8505A
Black with #C8505A
Text Example
Text Example
White with #C8505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8505A; }
p { color: rgb(200,80,90); }
H1.HeaderClassName
{
color: #C8505A;
}
.AnyTagClassName
{
color: #C8505A;
}
</style>
background-color css
<style>
a { background-color: #C8505A; }
a { background-color: rgb(200,80,90); }
div.DivClassName
{
background-color: #C8505A;
}
.BgClassName
{
background-color: #C8505A;
}
</style>
border-color css
<style>
span { border-color: #C8505A; }
span { border-color: rgb(200,80,90); }
td.TdClassName
{
border-color: #C8505A;
}
.TagClassName
{
border-color: #C8505A;
}
</style>