#C94BA5

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

Shades of Mulberry #C94BA5

Tints of Mulberry #C94BA5

Color information

#C94BA5 (or 0xC94BA5) is unknown color: approx Mulberry. HEX triplet: C9, 4B and A5. RGB value is (201,75,165). Sum of RGB (Red+Green+Blue) = 201+75+165=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C94BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94BA5 is #36B45A. Grayscale: #7A7A7A. Windows color (decimal): -3585115 or 10832841. OLE color: 10832841.

HSL color Cylindrical-coordinate representation of color #C94BA5: hue angle of 317.14º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94BA5 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20175165-
CMYK00.630.180.21
HSL317.14º53.85%54.12%-
HSV(B)317.14º62.69%78.82%-
XYZ33.420.1737.73-
YUV122.93151.74183.68-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=45.58%
G=17.01%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017516500.630.180.21317.1453.8554.12
HexC94BA503F121513d3636
Octal31111324507722254756666
Binary1100100110010111010010101111111001010101100111101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94BA5; }

 p { color: rgb(201,75,165); }

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

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

 a { background-color: rgb(201,75,165); }

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

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

 span { border-color: rgb(201,75,165); }

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