Shades of Mandy #C8434C
Tints of Mandy #C8434C
RGB
CMYK
RGB Variations
Color information
#C8434C (or 0xC8434C) is known color: Mandy. HEX triplet: C8, 43 and 4C. RGB value is (200,67,76). Sum of RGB (Red+Green+Blue) = 200+67+76=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8434C is #37BCB3. Grayscale: #6B6B6B. Windows color (decimal): -3652788 or 4998088. OLE color: 4998088.
HSL color Cylindrical-coordinate representation of color #C8434C: hue angle of 355.94º 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 #C8434C is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 76 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.22 |
| HSL | 355.94º | 0.55% | 0.52% | - |
| HSV(B) | 355.94º | 0.67% | 0.78% | - |
| XYZ | 27.13 | 16.82 | 8.65 | - |
| YUV | 107.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 76 | 0 | 0.66 | 0.62 | 0.22 | 355.94 | 0.55 | 0.52 |
| Hex | C8 | 43 | 4C | 0 | 42 | 3E | 16 | 164 | 37 | 34 |
| Octal | 310 | 103 | 114 | 0 | 102 | 76 | 26 | 544 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1001100 | 0 | 1000010 | 111110 | 10110 | 101100100 | 110111 | 110100 |
Color Harmonies of #C8434C
Complementary color
Monochromatic Colors of #C8434C
Black with #C8434C
Text Example
Text Example
White with #C8434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8434C; }
p { color: rgb(200,67,76); }
H1.HeaderClassName
{
color: #C8434C;
}
.AnyTagClassName
{
color: #C8434C;
}
</style>
background-color css
<style>
a { background-color: #C8434C; }
a { background-color: rgb(200,67,76); }
div.DivClassName
{
background-color: #C8434C;
}
.BgClassName
{
background-color: #C8434C;
}
</style>
border-color css
<style>
span { border-color: #C8434C; }
span { border-color: rgb(200,67,76); }
td.TdClassName
{
border-color: #C8434C;
}
.TagClassName
{
border-color: #C8434C;
}
</style>