#C9469A

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

Shades of Mulberry #C9469A

Tints of Mulberry #C9469A

Color information

#C9469A (or 0xC9469A) is unknown color: approx Mulberry. HEX triplet: C9, 46 and 9A. RGB value is (201,70,154). Sum of RGB (Red+Green+Blue) = 201+70+154=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9469A is #36B965. Grayscale: #767676. Windows color (decimal): -3586406 or 10110665. OLE color: 10110665.

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

Color convert

RGB20170154-
CMYK00.650.230.21
HSL321.53º54.81%53.14%-
HSV(B)321.53º65.17%78.82%-
XYZ32.1119.1332.57-
YUV118.74147.9186.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 70 (27.73% from 255) = 16.47%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=47.29%
G=16.47%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017015400.650.230.21321.5354.8153.14
HexC9469A04117151423735
Octal311106232010127255026765
Binary11001001100011010011010010000011011110101101000010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9469A; }

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

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

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

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

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

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

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

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