#C952A6

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

Shades of Mulberry #C952A6

Tints of Mulberry #C952A6

Color information

#C952A6 (or 0xC952A6) is unknown color: approx Mulberry. HEX triplet: C9, 52 and A6. RGB value is (201,82,166). Sum of RGB (Red+Green+Blue) = 201+82+166=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C952A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C952A6 is #36AD59. Grayscale: #7E7E7E. Windows color (decimal): -3583322 or 10900169. OLE color: 10900169.

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

Color convert

RGB20182166-
CMYK00.590.170.21
HSL317.65º52.42%55.49%-
HSV(B)317.65º59.2%78.82%-
XYZ33.9921.2138.38-
YUV127.16149.92180.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 166 (65.23% from 255) = 36.97%
R=44.77%
G=18.26%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018216600.590.170.21317.6552.4255.49
HexC952A603B111513e3437
Octal31112224607321254766467
Binary1100100110100101010011001110111000110101100111110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C952A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C952A6; }

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

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

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

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

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

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

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

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