Shades of Mulberry #CA4292
Tints of Mulberry #CA4292
RGB
CMYK
RGB Variations
Color information
#CA4292 (or 0xCA4292) is known color: Mulberry. HEX triplet: CA, 42 and 92. RGB value is (202,66,146). Sum of RGB (Red+Green+Blue) = 202+66+146=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4292 is #35BD6D. Grayscale: #737373. Windows color (decimal): -3521902 or 9585354. OLE color: 9585354.
HSL color Cylindrical-coordinate representation of color #CA4292: hue angle of 324.71º 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 #CA4292 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 146 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.21 |
| HSL | 324.71º | 0.56% | 0.53% | - |
| HSV(B) | 324.71º | 0.67% | 0.79% | - |
| XYZ | 31.49 | 18.53 | 29.11 | - |
| YUV | 115.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 146 | 0 | 0.67 | 0.28 | 0.21 | 324.71 | 0.56 | 0.53 |
| Hex | CA | 42 | 92 | 0 | 43 | 1C | 15 | 145 | 38 | 35 |
| Octal | 312 | 102 | 222 | 0 | 103 | 34 | 25 | 505 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10010010 | 0 | 1000011 | 11100 | 10101 | 101000101 | 111000 | 110101 |
Color Harmonies of #CA4292
Complementary color
Monochromatic Colors of #CA4292
Black with #CA4292
Text Example
Text Example
White with #CA4292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4292; }
p { color: rgb(202,66,146); }
H1.HeaderClassName
{
color: #CA4292;
}
.AnyTagClassName
{
color: #CA4292;
}
</style>
background-color css
<style>
a { background-color: #CA4292; }
a { background-color: rgb(202,66,146); }
div.DivClassName
{
background-color: #CA4292;
}
.BgClassName
{
background-color: #CA4292;
}
</style>
border-color css
<style>
span { border-color: #CA4292; }
span { border-color: rgb(202,66,146); }
td.TdClassName
{
border-color: #CA4292;
}
.TagClassName
{
border-color: #CA4292;
}
</style>