Shades of Mulberry #CA528B
Tints of Mulberry #CA528B
RGB
CMYK
RGB Variations
Color information
#CA528B (or 0xCA528B) is known color: Mulberry. HEX triplet: CA, 52 and 8B. RGB value is (202,82,139). Sum of RGB (Red+Green+Blue) = 202+82+139=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA528B is #35AD74. Grayscale: #7C7C7C. Windows color (decimal): -3517813 or 9130698. OLE color: 9130698.
HSL color Cylindrical-coordinate representation of color #CA528B: hue angle of 331.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA528B is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 139 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.21 |
| HSL | 331.5º | 0.53% | 0.56% | - |
| HSV(B) | 331.5º | 0.59% | 0.79% | - |
| XYZ | 32.03 | 20.46 | 26.69 | - |
| YUV | 124.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 139 | 0 | 0.59 | 0.31 | 0.21 | 331.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 8B | 0 | 3B | 1F | 15 | 14C | 35 | 38 |
| Octal | 312 | 122 | 213 | 0 | 73 | 37 | 25 | 514 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10001011 | 0 | 111011 | 11111 | 10101 | 101001100 | 110101 | 111000 |
Color Harmonies of #CA528B
Complementary color
Monochromatic Colors of #CA528B
Black with #CA528B
Text Example
Text Example
White with #CA528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA528B; }
p { color: rgb(202,82,139); }
H1.HeaderClassName
{
color: #CA528B;
}
.AnyTagClassName
{
color: #CA528B;
}
</style>
background-color css
<style>
a { background-color: #CA528B; }
a { background-color: rgb(202,82,139); }
div.DivClassName
{
background-color: #CA528B;
}
.BgClassName
{
background-color: #CA528B;
}
</style>
border-color css
<style>
span { border-color: #CA528B; }
span { border-color: rgb(202,82,139); }
td.TdClassName
{
border-color: #CA528B;
}
.TagClassName
{
border-color: #CA528B;
}
</style>