Shades of Mandy #C8435F
Tints of Mandy #C8435F
RGB
CMYK
RGB Variations
Color information
#C8435F (or 0xC8435F) is known color: Mandy. HEX triplet: C8, 43 and 5F. RGB value is (200,67,95). Sum of RGB (Red+Green+Blue) = 200+67+95=362 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.25% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 200 - color contains mainly: red. Hex color #C8435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8435F is #37BCA0. Grayscale: #6D6D6D. Windows color (decimal): -3652769 or 6243272. OLE color: 6243272.
HSL color Cylindrical-coordinate representation of color #C8435F: hue angle of 347.37º 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 #C8435F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 95 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.22 |
| HSL | 347.37º | 0.55% | 0.52% | - |
| HSV(B) | 347.37º | 0.67% | 0.78% | - |
| XYZ | 27.89 | 17.12 | 12.66 | - |
| YUV | 109.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 95 | 0 | 0.66 | 0.52 | 0.22 | 347.37 | 0.55 | 0.52 |
| Hex | C8 | 43 | 5F | 0 | 42 | 34 | 16 | 15B | 37 | 34 |
| Octal | 310 | 103 | 137 | 0 | 102 | 64 | 26 | 533 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1011111 | 0 | 1000010 | 110100 | 10110 | 101011011 | 110111 | 110100 |
Color Harmonies of #C8435F
Complementary color
Monochromatic Colors of #C8435F
Black with #C8435F
Text Example
Text Example
White with #C8435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8435F; }
p { color: rgb(200,67,95); }
H1.HeaderClassName
{
color: #C8435F;
}
.AnyTagClassName
{
color: #C8435F;
}
</style>
background-color css
<style>
a { background-color: #C8435F; }
a { background-color: rgb(200,67,95); }
div.DivClassName
{
background-color: #C8435F;
}
.BgClassName
{
background-color: #C8435F;
}
</style>
border-color css
<style>
span { border-color: #C8435F; }
span { border-color: rgb(200,67,95); }
td.TdClassName
{
border-color: #C8435F;
}
.TagClassName
{
border-color: #C8435F;
}
</style>