Shades of Mulberry #C65C9C
Tints of Mulberry #C65C9C
RGB
CMYK
RGB Variations
Color information
#C65C9C (or 0xC65C9C) is known color: Mulberry. HEX triplet: C6, 5C and 9C. RGB value is (198,92,156). Sum of RGB (Red+Green+Blue) = 198+92+156=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C9C is #39A363. Grayscale: #828282. Windows color (decimal): -3777380 or 10247366. OLE color: 10247366.
HSL color Cylindrical-coordinate representation of color #C65C9C: hue angle of 323.77º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C9C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 156 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.22 |
| HSL | 323.77º | 0.48% | 0.57% | - |
| HSV(B) | 323.77º | 0.54% | 0.78% | - |
| XYZ | 33.12 | 22.06 | 33.97 | - |
| YUV | 130.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 156 | 0 | 0.54 | 0.21 | 0.22 | 323.77 | 0.48 | 0.57 |
| Hex | C6 | 5C | 9C | 0 | 36 | 15 | 16 | 144 | 30 | 39 |
| Octal | 306 | 134 | 234 | 0 | 66 | 25 | 26 | 504 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10011100 | 0 | 110110 | 10101 | 10110 | 101000100 | 110000 | 111001 |
Color Harmonies of #C65C9C
Complementary color
Monochromatic Colors of #C65C9C
Black with #C65C9C
Text Example
Text Example
White with #C65C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C9C; }
p { color: rgb(198,92,156); }
H1.HeaderClassName
{
color: #C65C9C;
}
.AnyTagClassName
{
color: #C65C9C;
}
</style>
background-color css
<style>
a { background-color: #C65C9C; }
a { background-color: rgb(198,92,156); }
div.DivClassName
{
background-color: #C65C9C;
}
.BgClassName
{
background-color: #C65C9C;
}
</style>
border-color css
<style>
span { border-color: #C65C9C; }
span { border-color: rgb(198,92,156); }
td.TdClassName
{
border-color: #C65C9C;
}
.TagClassName
{
border-color: #C65C9C;
}
</style>