#C9538D

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

Shades of Mulberry #C9538D

Tints of Mulberry #C9538D

Color information

#C9538D (or 0xC9538D) is unknown color: approx Mulberry. HEX triplet: C9, 53 and 8D. RGB value is (201,83,141). Sum of RGB (Red+Green+Blue) = 201+83+141=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9538D is #36AC72. Grayscale: #7C7C7C. Windows color (decimal): -3583091 or 9262025. OLE color: 9262025.

HSL color Cylindrical-coordinate representation of color #C9538D: hue angle of 330.51º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9538D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20183141-
CMYK00.590.300.21
HSL330.51º52.21%55.69%-
HSV(B)330.51º58.71%78.82%-
XYZ31.9920.5327.48-
YUV124.89137.09182.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 83 (32.81% from 255) = 19.53%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=47.29%
G=19.53%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018314100.590.300.21330.5152.2155.69
HexC9538D03B1E1514b3438
Octal31112321507336255136470
Binary1100100110100111000110101110111111010101101001011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9538D; }

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

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

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

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

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

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

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

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