Shades of Mulberry #CF5AA2
Tints of Mulberry #CF5AA2
RGB
CMYK
RGB Variations
Color information
#CF5AA2 (or 0xCF5AA2) is known color: Mulberry. HEX triplet: CF, 5A and A2. RGB value is (207,90,162). Sum of RGB (Red+Green+Blue) = 207+90+162=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5AA2 is #30A55D. Grayscale: #858585. Windows color (decimal): -3188062 or 10640079. OLE color: 10640079.
HSL color Cylindrical-coordinate representation of color #CF5AA2: hue angle of 323.08º 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 #CF5AA2 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 162 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.19 |
| HSL | 323.08º | 0.55% | 0.58% | - |
| HSV(B) | 323.08º | 0.57% | 0.81% | - |
| XYZ | 35.91 | 23.19 | 36.77 | - |
| YUV | 133.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 162 | 0 | 0.57 | 0.22 | 0.19 | 323.08 | 0.55 | 0.58 |
| Hex | CF | 5A | A2 | 0 | 39 | 16 | 13 | 143 | 37 | 3A |
| Octal | 317 | 132 | 242 | 0 | 71 | 26 | 23 | 503 | 67 | 72 |
| Binary | 11001111 | 1011010 | 10100010 | 0 | 111001 | 10110 | 10011 | 101000011 | 110111 | 111010 |
Color Harmonies of #CF5AA2
Complementary color
Monochromatic Colors of #CF5AA2
Black with #CF5AA2
Text Example
Text Example
White with #CF5AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AA2; }
p { color: rgb(207,90,162); }
H1.HeaderClassName
{
color: #CF5AA2;
}
.AnyTagClassName
{
color: #CF5AA2;
}
</style>
background-color css
<style>
a { background-color: #CF5AA2; }
a { background-color: rgb(207,90,162); }
div.DivClassName
{
background-color: #CF5AA2;
}
.BgClassName
{
background-color: #CF5AA2;
}
</style>
border-color css
<style>
span { border-color: #CF5AA2; }
span { border-color: rgb(207,90,162); }
td.TdClassName
{
border-color: #CF5AA2;
}
.TagClassName
{
border-color: #CF5AA2;
}
</style>