Html Css Color HEX #C9487D Mulberry

📋 copy color: '#C9487D'

red 201 ◦ green 72 ◦ blue 125

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

Shades of Mulberry #C9487D

Tints of Mulberry #C9487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 50.5%
G = 18.09%
B = 31.41%

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

#C9487D (or 0xC9487D) is known color: Mulberry. HEX triplet: C9, 48 and 7D. RGB value is (201,72,125). Sum of RGB (Red+Green+Blue) = 201+72+125=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9487D is #36B782. Grayscale: #747474. Windows color (decimal): -3585923 or 8210633. OLE color: 8210633.

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

Color convert

RGB 201 72 125 -
CMYK 0 0.64 0.38 0.21
HSL 335.35º 0.54% 0.54% -
HSV(B) 335.35º 0.64% 0.79% -
XYZ 30.11 18.53 21.39 -
YUV 116.61 132.74 188.19 -
System Red Green Blue C M Y K H S L
Decimal 201 72 125 0 0.64 0.38 0.21 335.35 0.54 0.54
Hex C9 48 7D 0 40 26 15 14F 36 36
Octal 311 110 175 0 100 46 25 517 66 66
Binary 11001001 1001000 1111101 0 1000000 100110 10101 101001111 110110 110110

Color Harmonies of #C9487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9487D

Black with #C9487D

Text Example


Text Example

White with #C9487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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