#C9469E

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

Shades of Mulberry #C9469E

Tints of Mulberry #C9469E

Color information

#C9469E (or 0xC9469E) is unknown color: approx Mulberry. HEX triplet: C9, 46 and 9E. RGB value is (201,70,158). Sum of RGB (Red+Green+Blue) = 201+70+158=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9469E is #36B961. Grayscale: #767676. Windows color (decimal): -3586402 or 10372809. OLE color: 10372809.

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

Color convert

RGB20170158-
CMYK00.650.210.21
HSL319.69º54.81%53.14%-
HSV(B)319.69º65.17%78.82%-
XYZ32.4519.2734.36-
YUV119.2149.9186.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 70 (27.73% from 255) = 16.32%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=46.85%
G=16.32%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017015800.650.210.21319.6954.8153.14
HexC9469E04115151403735
Octal311106236010125255006765
Binary11001001100011010011110010000011010110101101000000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9469E; }

 p { color: rgb(201,70,158); }

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

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

 a { background-color: rgb(201,70,158); }

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

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

 span { border-color: rgb(201,70,158); }

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