Shades of Mandy #C7435A
Tints of Mandy #C7435A
RGB
CMYK
RGB Variations
Color information
#C7435A (or 0xC7435A) is known color: Mandy. HEX triplet: C7, 43 and 5A. RGB value is (199,67,90). Sum of RGB (Red+Green+Blue) = 199+67+90=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7435A is #38BCA5. Grayscale: #6D6D6D. Windows color (decimal): -3718310 or 5915591. OLE color: 5915591.
HSL color Cylindrical-coordinate representation of color #C7435A: hue angle of 349.55º degrees, saturation: 0.54, 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 #C7435A is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 90 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.22 |
| HSL | 349.55º | 0.54% | 0.52% | - |
| HSV(B) | 349.55º | 0.66% | 0.78% | - |
| XYZ | 27.41 | 16.89 | 11.49 | - |
| YUV | 109.09 | 117.23 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 90 | 0 | 0.66 | 0.55 | 0.22 | 349.55 | 0.54 | 0.52 |
| Hex | C7 | 43 | 5A | 0 | 42 | 37 | 16 | 15E | 36 | 34 |
| Octal | 307 | 103 | 132 | 0 | 102 | 67 | 26 | 536 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1011010 | 0 | 1000010 | 110111 | 10110 | 101011110 | 110110 | 110100 |
Color Harmonies of #C7435A
Complementary color
Monochromatic Colors of #C7435A
Black with #C7435A
Text Example
Text Example
White with #C7435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7435A; }
p { color: rgb(199,67,90); }
H1.HeaderClassName
{
color: #C7435A;
}
.AnyTagClassName
{
color: #C7435A;
}
</style>
background-color css
<style>
a { background-color: #C7435A; }
a { background-color: rgb(199,67,90); }
div.DivClassName
{
background-color: #C7435A;
}
.BgClassName
{
background-color: #C7435A;
}
</style>
border-color css
<style>
span { border-color: #C7435A; }
span { border-color: rgb(199,67,90); }
td.TdClassName
{
border-color: #C7435A;
}
.TagClassName
{
border-color: #C7435A;
}
</style>