Shades of Mandy #C8445C
Tints of Mandy #C8445C
RGB
CMYK
RGB Variations
Color information
#C8445C (or 0xC8445C) is known color: Mandy. HEX triplet: C8, 44 and 5C. RGB value is (200,68,92). Sum of RGB (Red+Green+Blue) = 200+68+92=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8445C is #37BBA3. Grayscale: #6E6E6E. Windows color (decimal): -3652516 or 6046920. OLE color: 6046920.
HSL color Cylindrical-coordinate representation of color #C8445C: hue angle of 349.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8445C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 92 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.22 |
| HSL | 349.09º | 0.55% | 0.53% | - |
| HSV(B) | 349.09º | 0.66% | 0.78% | - |
| XYZ | 27.82 | 17.19 | 11.98 | - |
| YUV | 110.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 92 | 0 | 0.66 | 0.54 | 0.22 | 349.09 | 0.55 | 0.53 |
| Hex | C8 | 44 | 5C | 0 | 42 | 36 | 16 | 15D | 37 | 35 |
| Octal | 310 | 104 | 134 | 0 | 102 | 66 | 26 | 535 | 67 | 65 |
| Binary | 11001000 | 1000100 | 1011100 | 0 | 1000010 | 110110 | 10110 | 101011101 | 110111 | 110101 |
Color Harmonies of #C8445C
Complementary color
Monochromatic Colors of #C8445C
Black with #C8445C
Text Example
Text Example
White with #C8445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8445C; }
p { color: rgb(200,68,92); }
H1.HeaderClassName
{
color: #C8445C;
}
.AnyTagClassName
{
color: #C8445C;
}
</style>
background-color css
<style>
a { background-color: #C8445C; }
a { background-color: rgb(200,68,92); }
div.DivClassName
{
background-color: #C8445C;
}
.BgClassName
{
background-color: #C8445C;
}
</style>
border-color css
<style>
span { border-color: #C8445C; }
span { border-color: rgb(200,68,92); }
td.TdClassName
{
border-color: #C8445C;
}
.TagClassName
{
border-color: #C8445C;
}
</style>