Shades of Mulberry #CA4288
Tints of Mulberry #CA4288
RGB
CMYK
RGB Variations
Color information
#CA4288 (or 0xCA4288) is known color: Mulberry. HEX triplet: CA, 42 and 88. RGB value is (202,66,136). Sum of RGB (Red+Green+Blue) = 202+66+136=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4288 is #35BD77. Grayscale: #727272. Windows color (decimal): -3521912 or 8929994. OLE color: 8929994.
HSL color Cylindrical-coordinate representation of color #CA4288: hue angle of 329.12º 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 #CA4288 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 136 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.21 |
| HSL | 329.12º | 0.56% | 0.53% | - |
| HSV(B) | 329.12º | 0.67% | 0.79% | - |
| XYZ | 30.75 | 18.23 | 25.19 | - |
| YUV | 114.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 136 | 0 | 0.67 | 0.33 | 0.21 | 329.12 | 0.56 | 0.53 |
| Hex | CA | 42 | 88 | 0 | 43 | 21 | 15 | 149 | 38 | 35 |
| Octal | 312 | 102 | 210 | 0 | 103 | 41 | 25 | 511 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10001000 | 0 | 1000011 | 100001 | 10101 | 101001001 | 111000 | 110101 |
Color Harmonies of #CA4288
Complementary color
Monochromatic Colors of #CA4288
Black with #CA4288
Text Example
Text Example
White with #CA4288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4288; }
p { color: rgb(202,66,136); }
H1.HeaderClassName
{
color: #CA4288;
}
.AnyTagClassName
{
color: #CA4288;
}
</style>
background-color css
<style>
a { background-color: #CA4288; }
a { background-color: rgb(202,66,136); }
div.DivClassName
{
background-color: #CA4288;
}
.BgClassName
{
background-color: #CA4288;
}
</style>
border-color css
<style>
span { border-color: #CA4288; }
span { border-color: rgb(202,66,136); }
td.TdClassName
{
border-color: #CA4288;
}
.TagClassName
{
border-color: #CA4288;
}
</style>