#C25BA0

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

Shades of Mulberry #C25BA0

Tints of Mulberry #C25BA0

Color information

#C25BA0 (or 0xC25BA0) is unknown color: approx Mulberry. HEX triplet: C2, 5B and A0. RGB value is (194,91,160). Sum of RGB (Red+Green+Blue) = 194+91+160=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C25BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25BA0 is #3DA45F. Grayscale: #818181. Windows color (decimal): -4039776 or 10509250. OLE color: 10509250.

HSL color Cylindrical-coordinate representation of color #C25BA0: hue angle of 319.81º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25BA0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19491160-
CMYK00.530.180.24
HSL319.81º45.78%55.88%-
HSV(B)319.81º53.09%76.08%-
XYZ32.3321.4935.7-
YUV129.66145.12173.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=43.60%
G=20.45%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949116000.530.180.24319.8145.7855.88
HexC25BA003512181402e38
Octal30213324006522305005670
Binary1100001010110111010000001101011001011000101000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25BA0; }

 p { color: rgb(194,91,160); }

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

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

 a { background-color: rgb(194,91,160); }

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

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

 span { border-color: rgb(194,91,160); }

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