#C95BA2

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

Shades of Mulberry #C95BA2

Tints of Mulberry #C95BA2

Color information

#C95BA2 (or 0xC95BA2) is unknown color: approx Mulberry. HEX triplet: C9, 5B and A2. RGB value is (201,91,162). Sum of RGB (Red+Green+Blue) = 201+91+162=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C95BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95BA2 is #36A45D. Grayscale: #838383. Windows color (decimal): -3581022 or 10640329. OLE color: 10640329.

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

Color convert

RGB20191162-
CMYK00.550.190.21
HSL321.27º50.46%57.25%-
HSV(B)321.27º54.73%78.82%-
XYZ34.3522.5136.72-
YUV131.98144.94177.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 91 (35.94% from 255) = 20.04%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=44.27%
G=20.04%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019116200.550.190.21321.2750.4657.25
HexC95BA203713151413239
Octal31113324206723255016271
Binary1100100110110111010001001101111001110101101000001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95BA2; }

 p { color: rgb(201,91,162); }

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

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

 a { background-color: rgb(201,91,162); }

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

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

 span { border-color: rgb(201,91,162); }

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