Shades of Mulberry #C9447B
Tints of Mulberry #C9447B
RGB
CMYK
RGB Variations
Color information
#C9447B (or 0xC9447B) is known color: Mulberry. HEX triplet: C9, 44 and 7B. RGB value is (201,68,123). Sum of RGB (Red+Green+Blue) = 201+68+123=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9447B is #36BB84. Grayscale: #717171. Windows color (decimal): -3586949 or 8078537. OLE color: 8078537.
HSL color Cylindrical-coordinate representation of color #C9447B: hue angle of 335.19º degrees, saturation: 0.55, 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 #C9447B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 123 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.21 |
| HSL | 335.19º | 0.55% | 0.53% | - |
| HSV(B) | 335.19º | 0.66% | 0.79% | - |
| XYZ | 29.73 | 17.98 | 20.64 | - |
| YUV | 114.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 123 | 0 | 0.66 | 0.39 | 0.21 | 335.19 | 0.55 | 0.53 |
| Hex | C9 | 44 | 7B | 0 | 42 | 27 | 15 | 14F | 37 | 35 |
| Octal | 311 | 104 | 173 | 0 | 102 | 47 | 25 | 517 | 67 | 65 |
| Binary | 11001001 | 1000100 | 1111011 | 0 | 1000010 | 100111 | 10101 | 101001111 | 110111 | 110101 |
Color Harmonies of #C9447B
Complementary color
Monochromatic Colors of #C9447B
Black with #C9447B
Text Example
Text Example
White with #C9447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9447B; }
p { color: rgb(201,68,123); }
H1.HeaderClassName
{
color: #C9447B;
}
.AnyTagClassName
{
color: #C9447B;
}
</style>
background-color css
<style>
a { background-color: #C9447B; }
a { background-color: rgb(201,68,123); }
div.DivClassName
{
background-color: #C9447B;
}
.BgClassName
{
background-color: #C9447B;
}
</style>
border-color css
<style>
span { border-color: #C9447B; }
span { border-color: rgb(201,68,123); }
td.TdClassName
{
border-color: #C9447B;
}
.TagClassName
{
border-color: #C9447B;
}
</style>