#C938A0

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

Shades of Mulberry #C938A0

Tints of Mulberry #C938A0

Color information

#C938A0 (or 0xC938A0) is unknown color: approx Mulberry. HEX triplet: C9, 38 and A0. RGB value is (201,56,160). Sum of RGB (Red+Green+Blue) = 201+56+160=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C938A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C938A0 is #36C75F. Grayscale: #6E6E6E. Windows color (decimal): -3589984 or 10500297. OLE color: 10500297.

HSL color Cylindrical-coordinate representation of color #C938A0: hue angle of 316.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C938A0 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20156160-
CMYK00.720.200.21
HSL316.97º57.31%50.39%-
HSV(B)316.97º72.14%78.82%-
XYZ31.8517.7835.01-
YUV111.21155.54192.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 56 (22.27% from 255) = 13.43%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=48.20%
G=13.43%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015616000.720.200.21316.9757.3150.39
HexC938A0048141513d3932
Octal31170240011024254757162
Binary1100100111100010100000010010001010010101100111101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C938A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C938A0; }

 p { color: rgb(201,56,160); }

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

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

 a { background-color: rgb(201,56,160); }

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

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

 span { border-color: rgb(201,56,160); }

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