Html Css Color HEX #C9488A Mulberry

📋 copy color: '#C9488A'

red 201 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #C9488A

Tints of Mulberry #C9488A

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.3% from 255) = 33.58%

R = 48.91%
G = 17.52%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9488A (or 0xC9488A) is known color: 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

RGB 201 72 138 -
CMYK 0 0.64 0.31 0.21
HSL 329.3º 0.54% 0.54% -
HSV(B) 329.3º 0.64% 0.79% -
XYZ 30.99 18.89 26.06 -
YUV 118.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 201 72 138 0 0.64 0.31 0.21 329.3 0.54 0.54
Hex C9 48 8A 0 40 1F 15 149 36 36
Octal 311 110 212 0 100 37 25 511 66 66
Binary 11001001 1001000 10001010 0 1000000 11111 10101 101001001 110110 110110

Color Harmonies of #C9488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9488A

Black with #C9488A

Text Example


Text Example

White with #C9488A

Text Example


Text Example

HTML Codes & Css Web 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>