Shades of Mandy #CF465C
Tints of Mandy #CF465C
RGB
CMYK
RGB Variations
Color information
#CF465C (or 0xCF465C) is known color: Mandy. HEX triplet: CF, 46 and 5C. RGB value is (207,70,92). Sum of RGB (Red+Green+Blue) = 207+70+92=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF465C is #30B9A3. Grayscale: #717171. Windows color (decimal): -3193252 or 6047439. OLE color: 6047439.
HSL color Cylindrical-coordinate representation of color #CF465C: hue angle of 350.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF465C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 92 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.19 |
| HSL | 350.37º | 0.59% | 0.54% | - |
| HSV(B) | 350.37º | 0.66% | 0.81% | - |
| XYZ | 29.85 | 18.42 | 12.11 | - |
| YUV | 113.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 92 | 0 | 0.66 | 0.56 | 0.19 | 350.37 | 0.59 | 0.54 |
| Hex | CF | 46 | 5C | 0 | 42 | 38 | 13 | 15E | 3B | 36 |
| Octal | 317 | 106 | 134 | 0 | 102 | 70 | 23 | 536 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1011100 | 0 | 1000010 | 111000 | 10011 | 101011110 | 111011 | 110110 |
Color Harmonies of #CF465C
Complementary color
Monochromatic Colors of #CF465C
Black with #CF465C
Text Example
Text Example
White with #CF465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF465C; }
p { color: rgb(207,70,92); }
H1.HeaderClassName
{
color: #CF465C;
}
.AnyTagClassName
{
color: #CF465C;
}
</style>
background-color css
<style>
a { background-color: #CF465C; }
a { background-color: rgb(207,70,92); }
div.DivClassName
{
background-color: #CF465C;
}
.BgClassName
{
background-color: #CF465C;
}
</style>
border-color css
<style>
span { border-color: #CF465C; }
span { border-color: rgb(207,70,92); }
td.TdClassName
{
border-color: #CF465C;
}
.TagClassName
{
border-color: #CF465C;
}
</style>