Shades of Mulberry #CA467F
Tints of Mulberry #CA467F
RGB
CMYK
RGB Variations
Color information
#CA467F (or 0xCA467F) is known color: Mulberry. HEX triplet: CA, 46 and 7F. RGB value is (202,70,127). Sum of RGB (Red+Green+Blue) = 202+70+127=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA467F is #35B980. Grayscale: #737373. Windows color (decimal): -3520897 or 8341194. OLE color: 8341194.
HSL color Cylindrical-coordinate representation of color #CA467F: hue angle of 334.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA467F is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 127 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.21 |
| HSL | 334.09º | 0.55% | 0.53% | - |
| HSV(B) | 334.09º | 0.65% | 0.79% | - |
| XYZ | 30.38 | 18.47 | 22.04 | - |
| YUV | 115.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 127 | 0 | 0.65 | 0.37 | 0.21 | 334.09 | 0.55 | 0.53 |
| Hex | CA | 46 | 7F | 0 | 41 | 25 | 15 | 14E | 37 | 35 |
| Octal | 312 | 106 | 177 | 0 | 101 | 45 | 25 | 516 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1111111 | 0 | 1000001 | 100101 | 10101 | 101001110 | 110111 | 110101 |
Color Harmonies of #CA467F
Complementary color
Monochromatic Colors of #CA467F
Black with #CA467F
Text Example
Text Example
White with #CA467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA467F; }
p { color: rgb(202,70,127); }
H1.HeaderClassName
{
color: #CA467F;
}
.AnyTagClassName
{
color: #CA467F;
}
</style>
background-color css
<style>
a { background-color: #CA467F; }
a { background-color: rgb(202,70,127); }
div.DivClassName
{
background-color: #CA467F;
}
.BgClassName
{
background-color: #CA467F;
}
</style>
border-color css
<style>
span { border-color: #CA467F; }
span { border-color: rgb(202,70,127); }
td.TdClassName
{
border-color: #CA467F;
}
.TagClassName
{
border-color: #CA467F;
}
</style>