Shades of Mulberry #CA4088
Tints of Mulberry #CA4088
RGB
CMYK
RGB Variations
Color information
#CA4088 (or 0xCA4088) is known color: Mulberry. HEX triplet: CA, 40 and 88. RGB value is (202,64,136). Sum of RGB (Red+Green+Blue) = 202+64+136=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4088 is #35BF77. Grayscale: #717171. Windows color (decimal): -3522424 or 8929482. OLE color: 8929482.
HSL color Cylindrical-coordinate representation of color #CA4088: hue angle of 328.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4088 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 136 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.21 |
| HSL | 328.7º | 0.57% | 0.52% | - |
| HSV(B) | 328.7º | 0.68% | 0.79% | - |
| XYZ | 30.63 | 18 | 25.15 | - |
| YUV | 113.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 136 | 0 | 0.68 | 0.33 | 0.21 | 328.7 | 0.57 | 0.52 |
| Hex | CA | 40 | 88 | 0 | 44 | 21 | 15 | 149 | 39 | 34 |
| Octal | 312 | 100 | 210 | 0 | 104 | 41 | 25 | 511 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10001000 | 0 | 1000100 | 100001 | 10101 | 101001001 | 111001 | 110100 |
Color Harmonies of #CA4088
Complementary color
Monochromatic Colors of #CA4088
Black with #CA4088
Text Example
Text Example
White with #CA4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4088; }
p { color: rgb(202,64,136); }
H1.HeaderClassName
{
color: #CA4088;
}
.AnyTagClassName
{
color: #CA4088;
}
</style>
background-color css
<style>
a { background-color: #CA4088; }
a { background-color: rgb(202,64,136); }
div.DivClassName
{
background-color: #CA4088;
}
.BgClassName
{
background-color: #CA4088;
}
</style>
border-color css
<style>
span { border-color: #CA4088; }
span { border-color: rgb(202,64,136); }
td.TdClassName
{
border-color: #CA4088;
}
.TagClassName
{
border-color: #CA4088;
}
</style>