Html Css Color HEX #C9487E Mulberry

📋 copy color: '#C9487E'

red 201 ◦ green 72 ◦ blue 126

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

Shades of Mulberry #C9487E

Tints of Mulberry #C9487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 50.38%
G = 18.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9487E (or 0xC9487E) is known color: Mulberry. HEX triplet: C9, 48 and 7E. RGB value is (201,72,126). Sum of RGB (Red+Green+Blue) = 201+72+126=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9487E is #36B781. Grayscale: #747474. Windows color (decimal): -3585922 or 8276169. OLE color: 8276169.

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

Color convert

RGB 201 72 126 -
CMYK 0 0.64 0.37 0.21
HSL 334.88º 0.54% 0.54% -
HSV(B) 334.88º 0.64% 0.79% -
XYZ 30.17 18.56 21.73 -
YUV 116.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 201 72 126 0 0.64 0.37 0.21 334.88 0.54 0.54
Hex C9 48 7E 0 40 25 15 14F 36 36
Octal 311 110 176 0 100 45 25 517 66 66
Binary 11001001 1001000 1111110 0 1000000 100101 10101 101001111 110110 110110

Color Harmonies of #C9487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9487E

Black with #C9487E

Text Example


Text Example

White with #C9487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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