#C9518D

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

Shades of Mulberry #C9518D

Tints of Mulberry #C9518D

Color information

#C9518D (or 0xC9518D) is unknown color: approx Mulberry. HEX triplet: C9, 51 and 8D. RGB value is (201,81,141). Sum of RGB (Red+Green+Blue) = 201+81+141=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9518D is #36AE72. Grayscale: #7B7B7B. Windows color (decimal): -3583603 or 9261513. OLE color: 9261513.

HSL color Cylindrical-coordinate representation of color #C9518D: hue angle of 330º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9518D is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20181141-
CMYK00.600.300.21
HSL330º52.63%55.29%-
HSV(B)330º59.7%78.82%-
XYZ31.8420.2327.43-
YUV123.72137.76183.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.52%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 141 (55.47% from 255) = 33.33%
R=47.52%
G=19.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018114100.600.300.2133052.6355.29
HexC9518D03C1E1514a3537
Octal31112121507436255126567
Binary1100100110100011000110101111001111010101101001010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9518D; }

 p { color: rgb(201,81,141); }

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

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

 a { background-color: rgb(201,81,141); }

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

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

 span { border-color: rgb(201,81,141); }

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