Shades of Mandy #C83F5E
Tints of Mandy #C83F5E
RGB
CMYK
RGB Variations
Color information
#C83F5E (or 0xC83F5E) is known color: Mandy. HEX triplet: C8, 3F and 5E. RGB value is (200,63,94). Sum of RGB (Red+Green+Blue) = 200+63+94=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F5E is #37C0A1. Grayscale: #6B6B6B. Windows color (decimal): -3653794 or 6176712. OLE color: 6176712.
HSL color Cylindrical-coordinate representation of color #C83F5E: hue angle of 346.42º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F5E is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 94 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.22 |
| HSL | 346.42º | 0.55% | 0.52% | - |
| HSV(B) | 346.42º | 0.69% | 0.78% | - |
| XYZ | 27.62 | 16.64 | 12.35 | - |
| YUV | 107.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 94 | 0 | 0.68 | 0.53 | 0.22 | 346.42 | 0.55 | 0.52 |
| Hex | C8 | 3F | 5E | 0 | 44 | 35 | 16 | 15A | 37 | 34 |
| Octal | 310 | 77 | 136 | 0 | 104 | 65 | 26 | 532 | 67 | 64 |
| Binary | 11001000 | 111111 | 1011110 | 0 | 1000100 | 110101 | 10110 | 101011010 | 110111 | 110100 |
Color Harmonies of #C83F5E
Complementary color
Monochromatic Colors of #C83F5E
Black with #C83F5E
Text Example
Text Example
White with #C83F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F5E; }
p { color: rgb(200,63,94); }
H1.HeaderClassName
{
color: #C83F5E;
}
.AnyTagClassName
{
color: #C83F5E;
}
</style>
background-color css
<style>
a { background-color: #C83F5E; }
a { background-color: rgb(200,63,94); }
div.DivClassName
{
background-color: #C83F5E;
}
.BgClassName
{
background-color: #C83F5E;
}
</style>
border-color css
<style>
span { border-color: #C83F5E; }
span { border-color: rgb(200,63,94); }
td.TdClassName
{
border-color: #C83F5E;
}
.TagClassName
{
border-color: #C83F5E;
}
</style>