Shades of Mulberry #CA4286
Tints of Mulberry #CA4286
RGB
CMYK
RGB Variations
Color information
#CA4286 (or 0xCA4286) is known color: Mulberry. HEX triplet: CA, 42 and 86. RGB value is (202,66,134). Sum of RGB (Red+Green+Blue) = 202+66+134=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4286 is #35BD79. Grayscale: #727272. Windows color (decimal): -3521914 or 8798922. OLE color: 8798922.
HSL color Cylindrical-coordinate representation of color #CA4286: hue angle of 330º 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 #CA4286 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 134 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.21 |
| HSL | 330º | 0.56% | 0.53% | - |
| HSV(B) | 330º | 0.67% | 0.79% | - |
| XYZ | 30.61 | 18.17 | 24.45 | - |
| YUV | 114.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 134 | 0 | 0.67 | 0.34 | 0.21 | 330 | 0.56 | 0.53 |
| Hex | CA | 42 | 86 | 0 | 43 | 22 | 15 | 14A | 38 | 35 |
| Octal | 312 | 102 | 206 | 0 | 103 | 42 | 25 | 512 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10000110 | 0 | 1000011 | 100010 | 10101 | 101001010 | 111000 | 110101 |
Color Harmonies of #CA4286
Complementary color
Monochromatic Colors of #CA4286
Black with #CA4286
Text Example
Text Example
White with #CA4286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4286; }
p { color: rgb(202,66,134); }
H1.HeaderClassName
{
color: #CA4286;
}
.AnyTagClassName
{
color: #CA4286;
}
</style>
background-color css
<style>
a { background-color: #CA4286; }
a { background-color: rgb(202,66,134); }
div.DivClassName
{
background-color: #CA4286;
}
.BgClassName
{
background-color: #CA4286;
}
</style>
border-color css
<style>
span { border-color: #CA4286; }
span { border-color: rgb(202,66,134); }
td.TdClassName
{
border-color: #CA4286;
}
.TagClassName
{
border-color: #CA4286;
}
</style>