Shades of Mandy #C84353
Tints of Mandy #C84353
RGB
CMYK
RGB Variations
Color information
#C84353 (or 0xC84353) is known color: Mandy. HEX triplet: C8, 43 and 53. RGB value is (200,67,83). Sum of RGB (Red+Green+Blue) = 200+67+83=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C84353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84353 is #37BCAC. Grayscale: #6C6C6C. Windows color (decimal): -3652781 or 5456840. OLE color: 5456840.
HSL color Cylindrical-coordinate representation of color #C84353: hue angle of 352.78º 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 #C84353 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 83 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.22 |
| HSL | 352.78º | 0.55% | 0.52% | - |
| HSV(B) | 352.78º | 0.67% | 0.78% | - |
| XYZ | 27.39 | 16.92 | 10.01 | - |
| YUV | 108.59 | 113.56 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 83 | 0 | 0.66 | 0.58 | 0.22 | 352.78 | 0.55 | 0.52 |
| Hex | C8 | 43 | 53 | 0 | 42 | 3A | 16 | 161 | 37 | 34 |
| Octal | 310 | 103 | 123 | 0 | 102 | 72 | 26 | 541 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1010011 | 0 | 1000010 | 111010 | 10110 | 101100001 | 110111 | 110100 |
Color Harmonies of #C84353
Complementary color
Monochromatic Colors of #C84353
Black with #C84353
Text Example
Text Example
White with #C84353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84353; }
p { color: rgb(200,67,83); }
H1.HeaderClassName
{
color: #C84353;
}
.AnyTagClassName
{
color: #C84353;
}
</style>
background-color css
<style>
a { background-color: #C84353; }
a { background-color: rgb(200,67,83); }
div.DivClassName
{
background-color: #C84353;
}
.BgClassName
{
background-color: #C84353;
}
</style>
border-color css
<style>
span { border-color: #C84353; }
span { border-color: rgb(200,67,83); }
td.TdClassName
{
border-color: #C84353;
}
.TagClassName
{
border-color: #C84353;
}
</style>