Shades of Mandy #CF435E
Tints of Mandy #CF435E
RGB
CMYK
RGB Variations
Color information
#CF435E (or 0xCF435E) is known color: Mandy. HEX triplet: CF, 43 and 5E. RGB value is (207,67,94). Sum of RGB (Red+Green+Blue) = 207+67+94=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF435E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF435E is #30BCA1. Grayscale: #6F6F6F. Windows color (decimal): -3194018 or 6177743. OLE color: 6177743.
HSL color Cylindrical-coordinate representation of color #CF435E: hue angle of 348.43º 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 #CF435E is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 94 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.19 |
| HSL | 348.43º | 0.59% | 0.54% | - |
| HSV(B) | 348.43º | 0.68% | 0.81% | - |
| XYZ | 29.76 | 18.09 | 12.51 | - |
| YUV | 111.94 | 117.88 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 94 | 0 | 0.68 | 0.55 | 0.19 | 348.43 | 0.59 | 0.54 |
| Hex | CF | 43 | 5E | 0 | 44 | 37 | 13 | 15C | 3B | 36 |
| Octal | 317 | 103 | 136 | 0 | 104 | 67 | 23 | 534 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1011110 | 0 | 1000100 | 110111 | 10011 | 101011100 | 111011 | 110110 |
Color Harmonies of #CF435E
Complementary color
Monochromatic Colors of #CF435E
Black with #CF435E
Text Example
Text Example
White with #CF435E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF435E; }
p { color: rgb(207,67,94); }
H1.HeaderClassName
{
color: #CF435E;
}
.AnyTagClassName
{
color: #CF435E;
}
</style>
background-color css
<style>
a { background-color: #CF435E; }
a { background-color: rgb(207,67,94); }
div.DivClassName
{
background-color: #CF435E;
}
.BgClassName
{
background-color: #CF435E;
}
</style>
border-color css
<style>
span { border-color: #CF435E; }
span { border-color: rgb(207,67,94); }
td.TdClassName
{
border-color: #CF435E;
}
.TagClassName
{
border-color: #CF435E;
}
</style>