#C959A5

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

Shades of Mulberry #C959A5

Tints of Mulberry #C959A5

Color information

#C959A5 (or 0xC959A5) is unknown color: approx Mulberry. HEX triplet: C9, 59 and A5. RGB value is (201,89,165). Sum of RGB (Red+Green+Blue) = 201+89+165=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C959A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C959A5 is #36A65A. Grayscale: #828282. Windows color (decimal): -3581531 or 10836425. OLE color: 10836425.

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

Color convert

RGB20189165-
CMYK00.560.180.21
HSL319.29º50.91%56.86%-
HSV(B)319.29º55.72%78.82%-
XYZ34.4522.2838.08-
YUV131.15147.11177.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=44.18%
G=19.56%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018916500.560.180.21319.2950.9156.86
HexC959A5038121513f3339
Octal31113124507022254776371
Binary1100100110110011010010101110001001010101100111111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C959A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C959A5; }

 p { color: rgb(201,89,165); }

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

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

 a { background-color: rgb(201,89,165); }

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

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

 span { border-color: rgb(201,89,165); }

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