Shades of Mulberry #CA467B
Tints of Mulberry #CA467B
RGB
CMYK
RGB Variations
Color information
#CA467B (or 0xCA467B) is known color: Mulberry. HEX triplet: CA, 46 and 7B. RGB value is (202,70,123). Sum of RGB (Red+Green+Blue) = 202+70+123=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA467B is #35B984. Grayscale: #737373. Windows color (decimal): -3520901 or 8079050. OLE color: 8079050.
HSL color Cylindrical-coordinate representation of color #CA467B: hue angle of 335.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA467B is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 123 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.21 |
| HSL | 335.91º | 0.55% | 0.53% | - |
| HSV(B) | 335.91º | 0.65% | 0.79% | - |
| XYZ | 30.12 | 18.37 | 20.7 | - |
| YUV | 115.51 | 132.23 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 123 | 0 | 0.65 | 0.39 | 0.21 | 335.91 | 0.55 | 0.53 |
| Hex | CA | 46 | 7B | 0 | 41 | 27 | 15 | 150 | 37 | 35 |
| Octal | 312 | 106 | 173 | 0 | 101 | 47 | 25 | 520 | 67 | 65 |
| Binary | 11001010 | 1000110 | 1111011 | 0 | 1000001 | 100111 | 10101 | 101010000 | 110111 | 110101 |
Color Harmonies of #CA467B
Complementary color
Monochromatic Colors of #CA467B
Black with #CA467B
Text Example
Text Example
White with #CA467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA467B; }
p { color: rgb(202,70,123); }
H1.HeaderClassName
{
color: #CA467B;
}
.AnyTagClassName
{
color: #CA467B;
}
</style>
background-color css
<style>
a { background-color: #CA467B; }
a { background-color: rgb(202,70,123); }
div.DivClassName
{
background-color: #CA467B;
}
.BgClassName
{
background-color: #CA467B;
}
</style>
border-color css
<style>
span { border-color: #CA467B; }
span { border-color: rgb(202,70,123); }
td.TdClassName
{
border-color: #CA467B;
}
.TagClassName
{
border-color: #CA467B;
}
</style>