Shades of Mulberry #CF5A92
Tints of Mulberry #CF5A92
RGB
CMYK
RGB Variations
Color information
#CF5A92 (or 0xCF5A92) is known color: Mulberry. HEX triplet: CF, 5A and 92. RGB value is (207,90,146). Sum of RGB (Red+Green+Blue) = 207+90+146=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5A92 is #30A56D. Grayscale: #838383. Windows color (decimal): -3188078 or 9591503. OLE color: 9591503.
HSL color Cylindrical-coordinate representation of color #CF5A92: hue angle of 331.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5A92 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 146 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.19 |
| HSL | 331.28º | 0.55% | 0.58% | - |
| HSV(B) | 331.28º | 0.57% | 0.81% | - |
| XYZ | 34.58 | 22.65 | 29.74 | - |
| YUV | 131.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 146 | 0 | 0.57 | 0.29 | 0.19 | 331.28 | 0.55 | 0.58 |
| Hex | CF | 5A | 92 | 0 | 39 | 1D | 13 | 14B | 37 | 3A |
| Octal | 317 | 132 | 222 | 0 | 71 | 35 | 23 | 513 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10010010 | 0 | 111001 | 11101 | 10011 | 101001011 | 110111 | 111010 |
Color Harmonies of #CF5A92
Complementary color
Monochromatic Colors of #CF5A92
Black with #CF5A92
Text Example
Text Example
White with #CF5A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A92; }
p { color: rgb(207,90,146); }
H1.HeaderClassName
{
color: #CF5A92;
}
.AnyTagClassName
{
color: #CF5A92;
}
</style>
background-color css
<style>
a { background-color: #CF5A92; }
a { background-color: rgb(207,90,146); }
div.DivClassName
{
background-color: #CF5A92;
}
.BgClassName
{
background-color: #CF5A92;
}
</style>
border-color css
<style>
span { border-color: #CF5A92; }
span { border-color: rgb(207,90,146); }
td.TdClassName
{
border-color: #CF5A92;
}
.TagClassName
{
border-color: #CF5A92;
}
</style>