Shades of Mandy #CF435A
Tints of Mandy #CF435A
RGB
CMYK
RGB Variations
Color information
#CF435A (or 0xCF435A) is known color: Mandy. HEX triplet: CF, 43 and 5A. RGB value is (207,67,90). Sum of RGB (Red+Green+Blue) = 207+67+90=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF435A is #30BCA5. Grayscale: #6F6F6F. Windows color (decimal): -3194022 or 5915599. OLE color: 5915599.
HSL color Cylindrical-coordinate representation of color #CF435A: hue angle of 350.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF435A is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 90 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.19 |
| HSL | 350.14º | 0.59% | 0.54% | - |
| HSV(B) | 350.14º | 0.68% | 0.81% | - |
| XYZ | 29.58 | 18.02 | 11.59 | - |
| YUV | 111.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 90 | 0 | 0.68 | 0.57 | 0.19 | 350.14 | 0.59 | 0.54 |
| Hex | CF | 43 | 5A | 0 | 44 | 39 | 13 | 15E | 3B | 36 |
| Octal | 317 | 103 | 132 | 0 | 104 | 71 | 23 | 536 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1011010 | 0 | 1000100 | 111001 | 10011 | 101011110 | 111011 | 110110 |
Color Harmonies of #CF435A
Complementary color
Monochromatic Colors of #CF435A
Black with #CF435A
Text Example
Text Example
White with #CF435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF435A; }
p { color: rgb(207,67,90); }
H1.HeaderClassName
{
color: #CF435A;
}
.AnyTagClassName
{
color: #CF435A;
}
</style>
background-color css
<style>
a { background-color: #CF435A; }
a { background-color: rgb(207,67,90); }
div.DivClassName
{
background-color: #CF435A;
}
.BgClassName
{
background-color: #CF435A;
}
</style>
border-color css
<style>
span { border-color: #CF435A; }
span { border-color: rgb(207,67,90); }
td.TdClassName
{
border-color: #CF435A;
}
.TagClassName
{
border-color: #CF435A;
}
</style>