Shades of Mandy #C84358
Tints of Mandy #C84358
RGB
CMYK
RGB Variations
Color information
#C84358 (or 0xC84358) is known color: Mandy. HEX triplet: C8, 43 and 58. RGB value is (200,67,88). Sum of RGB (Red+Green+Blue) = 200+67+88=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C84358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84358 is #37BCA7. Grayscale: #6D6D6D. Windows color (decimal): -3652776 or 5784520. OLE color: 5784520.
HSL color Cylindrical-coordinate representation of color #C84358: hue angle of 350.53º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84358 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 88 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.22 |
| HSL | 350.53º | 0.55% | 0.52% | - |
| HSV(B) | 350.53º | 0.67% | 0.78% | - |
| XYZ | 27.59 | 17 | 11.06 | - |
| YUV | 109.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 88 | 0 | 0.66 | 0.56 | 0.22 | 350.53 | 0.55 | 0.52 |
| Hex | C8 | 43 | 58 | 0 | 42 | 38 | 16 | 15F | 37 | 34 |
| Octal | 310 | 103 | 130 | 0 | 102 | 70 | 26 | 537 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1011000 | 0 | 1000010 | 111000 | 10110 | 101011111 | 110111 | 110100 |
Color Harmonies of #C84358
Complementary color
Monochromatic Colors of #C84358
Black with #C84358
Text Example
Text Example
White with #C84358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84358; }
p { color: rgb(200,67,88); }
H1.HeaderClassName
{
color: #C84358;
}
.AnyTagClassName
{
color: #C84358;
}
</style>
background-color css
<style>
a { background-color: #C84358; }
a { background-color: rgb(200,67,88); }
div.DivClassName
{
background-color: #C84358;
}
.BgClassName
{
background-color: #C84358;
}
</style>
border-color css
<style>
span { border-color: #C84358; }
span { border-color: rgb(200,67,88); }
td.TdClassName
{
border-color: #C84358;
}
.TagClassName
{
border-color: #C84358;
}
</style>