#C954A6

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

Shades of Mulberry #C954A6

Tints of Mulberry #C954A6

Color information

#C954A6 (or 0xC954A6) is unknown color: approx Mulberry. HEX triplet: C9, 54 and A6. RGB value is (201,84,166). Sum of RGB (Red+Green+Blue) = 201+84+166=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C954A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C954A6 is #36AB59. Grayscale: #808080. Windows color (decimal): -3582810 or 10900681. OLE color: 10900681.

HSL color Cylindrical-coordinate representation of color #C954A6: hue angle of 317.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C954A6 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB20184166-
CMYK00.580.170.21
HSL317.95º52%55.88%-
HSV(B)317.95º58.21%78.82%-
XYZ34.1421.5138.43-
YUV128.33149.26179.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.57%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 166 (65.23% from 255) = 36.81%
R=44.57%
G=18.63%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018416600.580.170.21317.955255.88
HexC954A603A111513e3438
Octal31112424607221254766470
Binary1100100110101001010011001110101000110101100111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C954A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C954A6; }

 p { color: rgb(201,84,166); }

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

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

 a { background-color: rgb(201,84,166); }

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

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

 span { border-color: rgb(201,84,166); }

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