#C9488A

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

Shades of Mulberry #C9488A

Tints of Mulberry #C9488A

Color information

#C9488A (or 0xC9488A) is unknown color: approx Mulberry. HEX triplet: C9, 48 and 8A. RGB value is (201,72,138). Sum of RGB (Red+Green+Blue) = 201+72+138=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9488A is #36B775. Grayscale: #757575. Windows color (decimal): -3585910 or 9062601. OLE color: 9062601.

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

Color convert

RGB20172138-
CMYK00.640.310.21
HSL329.3º54.43%53.53%-
HSV(B)329.3º64.18%78.82%-
XYZ30.9918.8926.06-
YUV118.1139.24187.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.91%
GREEN value IS 72 (28.52% from 255) = 17.52%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=48.91%
G=17.52%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017213800.640.310.21329.354.4353.53
HexC9488A0401F151493636
Octal311110212010037255116666
Binary11001001100100010001010010000001111110101101001001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9488A; }

 p { color: rgb(201,72,138); }

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

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

 a { background-color: rgb(201,72,138); }

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

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

 span { border-color: rgb(201,72,138); }

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