#C9538F

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

Shades of Mulberry #C9538F

Tints of Mulberry #C9538F

Color information

#C9538F (or 0xC9538F) is unknown color: approx Mulberry. HEX triplet: C9, 53 and 8F. RGB value is (201,83,143). Sum of RGB (Red+Green+Blue) = 201+83+143=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9538F is #36AC70. Grayscale: #7D7D7D. Windows color (decimal): -3583089 or 9393097. OLE color: 9393097.

HSL color Cylindrical-coordinate representation of color #C9538F: hue angle of 329.49º 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 #C9538F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB20183143-
CMYK00.590.290.21
HSL329.49º52.21%55.69%-
HSV(B)329.49º58.71%78.82%-
XYZ32.1420.5928.27-
YUV125.12138.09182.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.07%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=47.07%
G=19.44%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018314300.590.290.21329.4952.2155.69
HexC9538F03B1D151493438
Octal31112321707335255116470
Binary1100100110100111000111101110111110110101101001001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9538F; }

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

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

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

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

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

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

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

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