Html Css Color HEX #C9488D Mulberry

📋 copy color: '#C9488D'

red 201 ◦ green 72 ◦ blue 141

#C9488D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #C9488D

Tints of Mulberry #C9488D

RGB

 RED value IS 201 (78.91% from 255) = 48.55%

 GREEN value IS 72 (28.52% from 255) = 17.39%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 48.55%
G = 17.39%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9488D (or 0xC9488D) is known color: Mulberry. HEX triplet: C9, 48 and 8D. RGB value is (201,72,141). Sum of RGB (Red+Green+Blue) = 201+72+141=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9488D is #36B772. Grayscale: #767676. Windows color (decimal): -3585907 or 9259209. OLE color: 9259209.

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

Color convert

RGB 201 72 141 -
CMYK 0 0.64 0.30 0.21
HSL 327.91º 0.54% 0.54% -
HSV(B) 327.91º 0.64% 0.79% -
XYZ 31.21 18.98 27.22 -
YUV 118.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 201 72 141 0 0.64 0.30 0.21 327.91 0.54 0.54
Hex C9 48 8D 0 40 1E 15 148 36 36
Octal 311 110 215 0 100 36 25 510 66 66
Binary 11001001 1001000 10001101 0 1000000 11110 10101 101001000 110110 110110

Color Harmonies of #C9488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9488D

Black with #C9488D

Text Example


Text Example

White with #C9488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9488D; }

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

 H1.HeaderClassName
 {
   color: #C9488D;
 }
 .AnyTagClassName
 {
   color: #C9488D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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