Html Css Color HEX #C9488E Mulberry

📋 copy color: '#C9488E'

red 201 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #C9488E

Tints of Mulberry #C9488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 48.43%
G = 17.35%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9488E (or 0xC9488E) is known color: Mulberry. HEX triplet: C9, 48 and 8E. RGB value is (201,72,142). Sum of RGB (Red+Green+Blue) = 201+72+142=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C9488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9488E is #36B771. Grayscale: #767676. Windows color (decimal): -3585906 or 9324745. OLE color: 9324745.

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

Color convert

RGB 201 72 142 -
CMYK 0 0.64 0.29 0.21
HSL 327.44º 0.54% 0.54% -
HSV(B) 327.44º 0.64% 0.79% -
XYZ 31.29 19.01 27.61 -
YUV 118.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 201 72 142 0 0.64 0.29 0.21 327.44 0.54 0.54
Hex C9 48 8E 0 40 1D 15 147 36 36
Octal 311 110 216 0 100 35 25 507 66 66
Binary 11001001 1001000 10001110 0 1000000 11101 10101 101000111 110110 110110

Color Harmonies of #C9488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9488E

Black with #C9488E

Text Example


Text Example

White with #C9488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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