Html Css Color HEX #C9487C Mulberry

📋 copy color: '#C9487C'

red 201 ◦ green 72 ◦ blue 124

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

Shades of Mulberry #C9487C

Tints of Mulberry #C9487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 50.63%
G = 18.14%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9487C (or 0xC9487C) is known color: Mulberry. HEX triplet: C9, 48 and 7C. RGB value is (201,72,124). Sum of RGB (Red+Green+Blue) = 201+72+124=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9487C is #36B783. Grayscale: #747474. Windows color (decimal): -3585924 or 8145097. OLE color: 8145097.

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

Color convert

RGB 201 72 124 -
CMYK 0 0.64 0.38 0.21
HSL 335.81º 0.54% 0.54% -
HSV(B) 335.81º 0.64% 0.79% -
XYZ 30.04 18.51 21.06 -
YUV 116.5 132.24 188.27 -
System Red Green Blue C M Y K H S L
Decimal 201 72 124 0 0.64 0.38 0.21 335.81 0.54 0.54
Hex C9 48 7C 0 40 26 15 150 36 36
Octal 311 110 174 0 100 46 25 520 66 66
Binary 11001001 1001000 1111100 0 1000000 100110 10101 101010000 110110 110110

Color Harmonies of #C9487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9487C

Black with #C9487C

Text Example


Text Example

White with #C9487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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