Shades of Mulberry #C65AA2
Tints of Mulberry #C65AA2
RGB
CMYK
RGB Variations
Color information
#C65AA2 (or 0xC65AA2) is known color: Mulberry. HEX triplet: C6, 5A and A2. RGB value is (198,90,162). Sum of RGB (Red+Green+Blue) = 198+90+162=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AA2 is #39A55D. Grayscale: #828282. Windows color (decimal): -3777886 or 10640070. OLE color: 10640070.
HSL color Cylindrical-coordinate representation of color #C65AA2: hue angle of 320º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65AA2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 162 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.22 |
| HSL | 320º | 0.49% | 0.56% | - |
| HSV(B) | 320º | 0.55% | 0.78% | - |
| XYZ | 33.47 | 21.93 | 36.65 | - |
| YUV | 130.5 | 145.78 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 162 | 0 | 0.55 | 0.18 | 0.22 | 320 | 0.49 | 0.56 |
| Hex | C6 | 5A | A2 | 0 | 37 | 12 | 16 | 140 | 31 | 38 |
| Octal | 306 | 132 | 242 | 0 | 67 | 22 | 26 | 500 | 61 | 70 |
| Binary | 11000110 | 1011010 | 10100010 | 0 | 110111 | 10010 | 10110 | 101000000 | 110001 | 111000 |
Color Harmonies of #C65AA2
Complementary color
Monochromatic Colors of #C65AA2
Black with #C65AA2
Text Example
Text Example
White with #C65AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AA2; }
p { color: rgb(198,90,162); }
H1.HeaderClassName
{
color: #C65AA2;
}
.AnyTagClassName
{
color: #C65AA2;
}
</style>
background-color css
<style>
a { background-color: #C65AA2; }
a { background-color: rgb(198,90,162); }
div.DivClassName
{
background-color: #C65AA2;
}
.BgClassName
{
background-color: #C65AA2;
}
</style>
border-color css
<style>
span { border-color: #C65AA2; }
span { border-color: rgb(198,90,162); }
td.TdClassName
{
border-color: #C65AA2;
}
.TagClassName
{
border-color: #C65AA2;
}
</style>