#C455A2

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

Shades of Mulberry #C455A2

Tints of Mulberry #C455A2

Color information

#C455A2 (or 0xC455A2) is unknown color: approx Mulberry. HEX triplet: C4, 55 and A2. RGB value is (196,85,162). Sum of RGB (Red+Green+Blue) = 196+85+162=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A2 is #3BAA5D. Grayscale: #7E7E7E. Windows color (decimal): -3910238 or 10638788. OLE color: 10638788.

HSL color Cylindrical-coordinate representation of color #C455A2: hue angle of 318.38º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455A2 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB19685162-
CMYK00.570.170.23
HSL318.38º48.47%55.1%-
HSV(B)318.38º56.63%76.86%-
XYZ32.5420.8436.49-
YUV126.97147.77177.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 162 (63.67% from 255) = 36.57%
R=44.24%
G=19.19%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968516200.570.170.23318.3848.4755.1
HexC455A2039111713e3037
Octal30412524207121274766067
Binary1100010010101011010001001110011000110111100111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C455A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C455A2; }

 p { color: rgb(196,85,162); }

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

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

 a { background-color: rgb(196,85,162); }

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

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

 span { border-color: rgb(196,85,162); }

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