#C65D8D

Color #C65D8D Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C65D8D

Tints of Mulberry #C65D8D

Color information

#C65D8D (or 0xC65D8D) is unknown color: approx Mulberry. HEX triplet: C6, 5D and 8D. RGB value is (198,93,141). Sum of RGB (Red+Green+Blue) = 198+93+141=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65D8D is #39A272. Grayscale: #818181. Windows color (decimal): -3777139 or 9264582. OLE color: 9264582.

HSL color Cylindrical-coordinate representation of color #C65D8D: hue angle of 332.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65D8D is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB19893141-
CMYK00.530.290.22
HSL332.57º47.95%57.06%-
HSV(B)332.57º53.03%77.65%-
XYZ32.0121.7627.71-
YUV129.87134.29176.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=45.83%
G=21.53%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989314100.530.290.22332.5747.9557.06
HexC65D8D0351D1614d3039
Octal30613521506535265156071
Binary1100011010111011000110101101011110110110101001101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65D8D; }

 p { color: rgb(198,93,141); }

 H1.HeaderClassName
 {
   color: #C65D8D;
 }
 .AnyTagClassName
 {
   color: #C65D8D;
 }
</style>
background-color css

<style>
 a { background-color: #C65D8D; }

 a { background-color: rgb(198,93,141); }

 div.DivClassName
 {
   background-color: #C65D8D;
 }
 .BgClassName
 {
   background-color: #C65D8D;
 }
</style>
border-color css

<style>
 span { border-color: #C65D8D; }

 span { border-color: rgb(198,93,141); }

 td.TdClassName
 {
   border-color: #C65D8D;
 }
 .TagClassName
 {
   border-color: #C65D8D;
 }
</style>