Shades of Mulberry #CA437C
Tints of Mulberry #CA437C
RGB
CMYK
RGB Variations
Color information
#CA437C (or 0xCA437C) is known color: Mulberry. HEX triplet: CA, 43 and 7C. RGB value is (202,67,124). Sum of RGB (Red+Green+Blue) = 202+67+124=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA437C is #35BC83. Grayscale: #717171. Windows color (decimal): -3521668 or 8143818. OLE color: 8143818.
HSL color Cylindrical-coordinate representation of color #CA437C: hue angle of 334.67º 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 #CA437C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 124 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.21 |
| HSL | 334.67º | 0.56% | 0.53% | - |
| HSV(B) | 334.67º | 0.67% | 0.79% | - |
| XYZ | 30 | 18.03 | 20.97 | - |
| YUV | 113.86 | 133.73 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 124 | 0 | 0.67 | 0.39 | 0.21 | 334.67 | 0.56 | 0.53 |
| Hex | CA | 43 | 7C | 0 | 43 | 27 | 15 | 14F | 38 | 35 |
| Octal | 312 | 103 | 174 | 0 | 103 | 47 | 25 | 517 | 70 | 65 |
| Binary | 11001010 | 1000011 | 1111100 | 0 | 1000011 | 100111 | 10101 | 101001111 | 111000 | 110101 |
Color Harmonies of #CA437C
Complementary color
Monochromatic Colors of #CA437C
Black with #CA437C
Text Example
Text Example
White with #CA437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA437C; }
p { color: rgb(202,67,124); }
H1.HeaderClassName
{
color: #CA437C;
}
.AnyTagClassName
{
color: #CA437C;
}
</style>
background-color css
<style>
a { background-color: #CA437C; }
a { background-color: rgb(202,67,124); }
div.DivClassName
{
background-color: #CA437C;
}
.BgClassName
{
background-color: #CA437C;
}
</style>
border-color css
<style>
span { border-color: #CA437C; }
span { border-color: rgb(202,67,124); }
td.TdClassName
{
border-color: #CA437C;
}
.TagClassName
{
border-color: #CA437C;
}
</style>