Shades of Mulberry #CA4592
Tints of Mulberry #CA4592
RGB
CMYK
RGB Variations
Color information
#CA4592 (or 0xCA4592) is known color: Mulberry. HEX triplet: CA, 45 and 92. RGB value is (202,69,146). Sum of RGB (Red+Green+Blue) = 202+69+146=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4592 is #35BA6D. Grayscale: #757575. Windows color (decimal): -3521134 or 9586122. OLE color: 9586122.
HSL color Cylindrical-coordinate representation of color #CA4592: hue angle of 325.26º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4592 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 146 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.21 |
| HSL | 325.26º | 0.56% | 0.53% | - |
| HSV(B) | 325.26º | 0.66% | 0.79% | - |
| XYZ | 31.67 | 18.89 | 29.17 | - |
| YUV | 117.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 146 | 0 | 0.66 | 0.28 | 0.21 | 325.26 | 0.56 | 0.53 |
| Hex | CA | 45 | 92 | 0 | 42 | 1C | 15 | 145 | 38 | 35 |
| Octal | 312 | 105 | 222 | 0 | 102 | 34 | 25 | 505 | 70 | 65 |
| Binary | 11001010 | 1000101 | 10010010 | 0 | 1000010 | 11100 | 10101 | 101000101 | 111000 | 110101 |
Color Harmonies of #CA4592
Complementary color
Monochromatic Colors of #CA4592
Black with #CA4592
Text Example
Text Example
White with #CA4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4592; }
p { color: rgb(202,69,146); }
H1.HeaderClassName
{
color: #CA4592;
}
.AnyTagClassName
{
color: #CA4592;
}
</style>
background-color css
<style>
a { background-color: #CA4592; }
a { background-color: rgb(202,69,146); }
div.DivClassName
{
background-color: #CA4592;
}
.BgClassName
{
background-color: #CA4592;
}
</style>
border-color css
<style>
span { border-color: #CA4592; }
span { border-color: rgb(202,69,146); }
td.TdClassName
{
border-color: #CA4592;
}
.TagClassName
{
border-color: #CA4592;
}
</style>