Shades of Mandy #CF435B
Tints of Mandy #CF435B
RGB
CMYK
RGB Variations
Color information
#CF435B (or 0xCF435B) is known color: Mandy. HEX triplet: CF, 43 and 5B. RGB value is (207,67,91). Sum of RGB (Red+Green+Blue) = 207+67+91=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF435B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF435B is #30BCA4. Grayscale: #6F6F6F. Windows color (decimal): -3194021 or 5981135. OLE color: 5981135.
HSL color Cylindrical-coordinate representation of color #CF435B: hue angle of 349.71º 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 #CF435B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 91 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.19 |
| HSL | 349.71º | 0.59% | 0.54% | - |
| HSV(B) | 349.71º | 0.68% | 0.81% | - |
| XYZ | 29.63 | 18.04 | 11.82 | - |
| YUV | 111.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 91 | 0 | 0.68 | 0.56 | 0.19 | 349.71 | 0.59 | 0.54 |
| Hex | CF | 43 | 5B | 0 | 44 | 38 | 13 | 15E | 3B | 36 |
| Octal | 317 | 103 | 133 | 0 | 104 | 70 | 23 | 536 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1011011 | 0 | 1000100 | 111000 | 10011 | 101011110 | 111011 | 110110 |
Color Harmonies of #CF435B
Complementary color
Monochromatic Colors of #CF435B
Black with #CF435B
Text Example
Text Example
White with #CF435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF435B; }
p { color: rgb(207,67,91); }
H1.HeaderClassName
{
color: #CF435B;
}
.AnyTagClassName
{
color: #CF435B;
}
</style>
background-color css
<style>
a { background-color: #CF435B; }
a { background-color: rgb(207,67,91); }
div.DivClassName
{
background-color: #CF435B;
}
.BgClassName
{
background-color: #CF435B;
}
</style>
border-color css
<style>
span { border-color: #CF435B; }
span { border-color: rgb(207,67,91); }
td.TdClassName
{
border-color: #CF435B;
}
.TagClassName
{
border-color: #CF435B;
}
</style>