Shades of Mandy #CF455C
Tints of Mandy #CF455C
RGB
CMYK
RGB Variations
Color information
#CF455C (or 0xCF455C) is known color: Mandy. HEX triplet: CF, 45 and 5C. RGB value is (207,69,92). Sum of RGB (Red+Green+Blue) = 207+69+92=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF455C is #30BAA3. Grayscale: #707070. Windows color (decimal): -3193508 or 6047183. OLE color: 6047183.
HSL color Cylindrical-coordinate representation of color #CF455C: hue angle of 350º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF455C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 92 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.19 |
| HSL | 350º | 0.59% | 0.54% | - |
| HSV(B) | 350º | 0.67% | 0.81% | - |
| XYZ | 29.79 | 18.29 | 12.09 | - |
| YUV | 112.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 92 | 0 | 0.67 | 0.56 | 0.19 | 350 | 0.59 | 0.54 |
| Hex | CF | 45 | 5C | 0 | 43 | 38 | 13 | 15E | 3B | 36 |
| Octal | 317 | 105 | 134 | 0 | 103 | 70 | 23 | 536 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1011100 | 0 | 1000011 | 111000 | 10011 | 101011110 | 111011 | 110110 |
Color Harmonies of #CF455C
Complementary color
Monochromatic Colors of #CF455C
Black with #CF455C
Text Example
Text Example
White with #CF455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF455C; }
p { color: rgb(207,69,92); }
H1.HeaderClassName
{
color: #CF455C;
}
.AnyTagClassName
{
color: #CF455C;
}
</style>
background-color css
<style>
a { background-color: #CF455C; }
a { background-color: rgb(207,69,92); }
div.DivClassName
{
background-color: #CF455C;
}
.BgClassName
{
background-color: #CF455C;
}
</style>
border-color css
<style>
span { border-color: #CF455C; }
span { border-color: rgb(207,69,92); }
td.TdClassName
{
border-color: #CF455C;
}
.TagClassName
{
border-color: #CF455C;
}
</style>