Shades of Mulberry #CA4289
Tints of Mulberry #CA4289
RGB
CMYK
RGB Variations
Color information
#CA4289 (or 0xCA4289) is known color: Mulberry. HEX triplet: CA, 42 and 89. RGB value is (202,66,137). Sum of RGB (Red+Green+Blue) = 202+66+137=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4289 is #35BD76. Grayscale: #727272. Windows color (decimal): -3521911 or 8995530. OLE color: 8995530.
HSL color Cylindrical-coordinate representation of color #CA4289: hue angle of 328.68º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4289 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 137 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.21 |
| HSL | 328.68º | 0.56% | 0.53% | - |
| HSV(B) | 328.68º | 0.67% | 0.79% | - |
| XYZ | 30.82 | 18.26 | 25.57 | - |
| YUV | 114.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 137 | 0 | 0.67 | 0.32 | 0.21 | 328.68 | 0.56 | 0.53 |
| Hex | CA | 42 | 89 | 0 | 43 | 20 | 15 | 149 | 38 | 35 |
| Octal | 312 | 102 | 211 | 0 | 103 | 40 | 25 | 511 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10001001 | 0 | 1000011 | 100000 | 10101 | 101001001 | 111000 | 110101 |
Color Harmonies of #CA4289
Complementary color
Monochromatic Colors of #CA4289
Black with #CA4289
Text Example
Text Example
White with #CA4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4289; }
p { color: rgb(202,66,137); }
H1.HeaderClassName
{
color: #CA4289;
}
.AnyTagClassName
{
color: #CA4289;
}
</style>
background-color css
<style>
a { background-color: #CA4289; }
a { background-color: rgb(202,66,137); }
div.DivClassName
{
background-color: #CA4289;
}
.BgClassName
{
background-color: #CA4289;
}
</style>
border-color css
<style>
span { border-color: #CA4289; }
span { border-color: rgb(202,66,137); }
td.TdClassName
{
border-color: #CA4289;
}
.TagClassName
{
border-color: #CA4289;
}
</style>