#C25299

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

Shades of Mulberry #C25299

Tints of Mulberry #C25299

Color information

#C25299 (or 0xC25299) is unknown color: approx Mulberry. HEX triplet: C2, 52 and 99. RGB value is (194,82,153). Sum of RGB (Red+Green+Blue) = 194+82+153=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25299 is #3DAD66. Grayscale: #7B7B7B. Windows color (decimal): -4042087 or 10048194. OLE color: 10048194.

HSL color Cylindrical-coordinate representation of color #C25299: hue angle of 321.96º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25299 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19482153-
CMYK00.580.210.24
HSL321.96º47.86%54.12%-
HSV(B)321.96º57.73%76.08%-
XYZ31.0219.832.32-
YUV123.58144.61178.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.22%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=45.22%
G=19.11%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948215300.580.210.24321.9647.8654.12
HexC2529903A15181423036
Octal30212223107225305026066
Binary1100001010100101001100101110101010111000101000010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25299; }

 p { color: rgb(194,82,153); }

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

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

 a { background-color: rgb(194,82,153); }

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

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

 span { border-color: rgb(194,82,153); }

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