#C455A6

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

Shades of Mulberry #C455A6

Tints of Mulberry #C455A6

Color information

#C455A6 (or 0xC455A6) is unknown color: approx Mulberry. HEX triplet: C4, 55 and A6. RGB value is (196,85,166). Sum of RGB (Red+Green+Blue) = 196+85+166=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C455A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455A6 is #3BAA59. Grayscale: #7F7F7F. Windows color (decimal): -3910234 or 10900932. OLE color: 10900932.

HSL color Cylindrical-coordinate representation of color #C455A6: hue angle of 316.22º 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 #C455A6 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19685166-
CMYK00.570.150.23
HSL316.22º48.47%55.1%-
HSV(B)316.22º56.63%76.86%-
XYZ32.920.9938.39-
YUV127.42149.77176.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=43.85%
G=19.02%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968516600.570.150.23316.2248.4755.1
HexC455A6039F1713c3037
Octal30412524607117274746067
Binary110001001010101101001100111001111110111100111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C455A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C455A6; }

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

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

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

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

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

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

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

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