Shades of Mandy #CF435F
Tints of Mandy #CF435F
RGB
CMYK
RGB Variations
Color information
#CF435F (or 0xCF435F) is known color: Mandy. HEX triplet: CF, 43 and 5F. RGB value is (207,67,95). Sum of RGB (Red+Green+Blue) = 207+67+95=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF435F is #30BCA0. Grayscale: #707070. Windows color (decimal): -3194017 or 6243279. OLE color: 6243279.
HSL color Cylindrical-coordinate representation of color #CF435F: hue angle of 348º 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 #CF435F is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 95 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.19 |
| HSL | 348º | 0.59% | 0.54% | - |
| HSV(B) | 348º | 0.68% | 0.81% | - |
| XYZ | 29.8 | 18.11 | 12.75 | - |
| YUV | 112.05 | 118.38 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 95 | 0 | 0.68 | 0.54 | 0.19 | 348 | 0.59 | 0.54 |
| Hex | CF | 43 | 5F | 0 | 44 | 36 | 13 | 15C | 3B | 36 |
| Octal | 317 | 103 | 137 | 0 | 104 | 66 | 23 | 534 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1011111 | 0 | 1000100 | 110110 | 10011 | 101011100 | 111011 | 110110 |
Color Harmonies of #CF435F
Complementary color
Monochromatic Colors of #CF435F
Black with #CF435F
Text Example
Text Example
White with #CF435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF435F; }
p { color: rgb(207,67,95); }
H1.HeaderClassName
{
color: #CF435F;
}
.AnyTagClassName
{
color: #CF435F;
}
</style>
background-color css
<style>
a { background-color: #CF435F; }
a { background-color: rgb(207,67,95); }
div.DivClassName
{
background-color: #CF435F;
}
.BgClassName
{
background-color: #CF435F;
}
</style>
border-color css
<style>
span { border-color: #CF435F; }
span { border-color: rgb(207,67,95); }
td.TdClassName
{
border-color: #CF435F;
}
.TagClassName
{
border-color: #CF435F;
}
</style>