Shades of Mandy #C8434F
Tints of Mandy #C8434F
RGB
CMYK
RGB Variations
Color information
#C8434F (or 0xC8434F) is known color: Mandy. HEX triplet: C8, 43 and 4F. RGB value is (200,67,79). Sum of RGB (Red+Green+Blue) = 200+67+79=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8434F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8434F is #37BCB0. Grayscale: #6C6C6C. Windows color (decimal): -3652785 or 5194696. OLE color: 5194696.
HSL color Cylindrical-coordinate representation of color #C8434F: hue angle of 354.59º 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 #C8434F is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 79 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.22 |
| HSL | 354.59º | 0.55% | 0.52% | - |
| HSV(B) | 354.59º | 0.67% | 0.78% | - |
| XYZ | 27.24 | 16.86 | 9.22 | - |
| YUV | 108.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 79 | 0 | 0.66 | 0.60 | 0.22 | 354.59 | 0.55 | 0.52 |
| Hex | C8 | 43 | 4F | 0 | 42 | 3C | 16 | 163 | 37 | 34 |
| Octal | 310 | 103 | 117 | 0 | 102 | 74 | 26 | 543 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1001111 | 0 | 1000010 | 111100 | 10110 | 101100011 | 110111 | 110100 |
Color Harmonies of #C8434F
Complementary color
Monochromatic Colors of #C8434F
Black with #C8434F
Text Example
Text Example
White with #C8434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8434F; }
p { color: rgb(200,67,79); }
H1.HeaderClassName
{
color: #C8434F;
}
.AnyTagClassName
{
color: #C8434F;
}
</style>
background-color css
<style>
a { background-color: #C8434F; }
a { background-color: rgb(200,67,79); }
div.DivClassName
{
background-color: #C8434F;
}
.BgClassName
{
background-color: #C8434F;
}
</style>
border-color css
<style>
span { border-color: #C8434F; }
span { border-color: rgb(200,67,79); }
td.TdClassName
{
border-color: #C8434F;
}
.TagClassName
{
border-color: #C8434F;
}
</style>