Shades of Mulberry #CA437A
Tints of Mulberry #CA437A
RGB
CMYK
RGB Variations
Color information
#CA437A (or 0xCA437A) is known color: Mulberry. HEX triplet: CA, 43 and 7A. RGB value is (202,67,122). Sum of RGB (Red+Green+Blue) = 202+67+122=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA437A is #35BC85. Grayscale: #717171. Windows color (decimal): -3521670 or 8012746. OLE color: 8012746.
HSL color Cylindrical-coordinate representation of color #CA437A: hue angle of 335.56º 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 #CA437A is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 122 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.21 |
| HSL | 335.56º | 0.56% | 0.53% | - |
| HSV(B) | 335.56º | 0.67% | 0.79% | - |
| XYZ | 29.88 | 17.98 | 20.31 | - |
| YUV | 113.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 122 | 0 | 0.67 | 0.40 | 0.21 | 335.56 | 0.56 | 0.53 |
| Hex | CA | 43 | 7A | 0 | 43 | 28 | 15 | 150 | 38 | 35 |
| Octal | 312 | 103 | 172 | 0 | 103 | 50 | 25 | 520 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1111010 | 0 | 1000011 | 101000 | 10101 | 101010000 | 111000 | 110101 |
Color Harmonies of #CA437A
Complementary color
Monochromatic Colors of #CA437A
Black with #CA437A
Text Example
Text Example
White with #CA437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA437A; }
p { color: rgb(202,67,122); }
H1.HeaderClassName
{
color: #CA437A;
}
.AnyTagClassName
{
color: #CA437A;
}
</style>
background-color css
<style>
a { background-color: #CA437A; }
a { background-color: rgb(202,67,122); }
div.DivClassName
{
background-color: #CA437A;
}
.BgClassName
{
background-color: #CA437A;
}
</style>
border-color css
<style>
span { border-color: #CA437A; }
span { border-color: rgb(202,67,122); }
td.TdClassName
{
border-color: #CA437A;
}
.TagClassName
{
border-color: #CA437A;
}
</style>