Html Css Color HEX #C9477D Mulberry

📋 copy color: '#C9477D'

red 201 ◦ green 71 ◦ blue 125

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

Shades of Mulberry #C9477D

Tints of Mulberry #C9477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.88%

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

R = 50.63%
G = 17.88%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9477D (or 0xC9477D) is known color: Mulberry. HEX triplet: C9, 47 and 7D. RGB value is (201,71,125). Sum of RGB (Red+Green+Blue) = 201+71+125=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9477D is #36B882. Grayscale: #737373. Windows color (decimal): -3586179 or 8210377. OLE color: 8210377.

HSL color Cylindrical-coordinate representation of color #C9477D: hue angle of 335.08º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9477D is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 125 -
CMYK 0 0.65 0.38 0.21
HSL 335.08º 0.55% 0.53% -
HSV(B) 335.08º 0.65% 0.79% -
XYZ 30.04 18.4 21.37 -
YUV 116.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 201 71 125 0 0.65 0.38 0.21 335.08 0.55 0.53
Hex C9 47 7D 0 41 26 15 14F 37 35
Octal 311 107 175 0 101 46 25 517 67 65
Binary 11001001 1000111 1111101 0 1000001 100110 10101 101001111 110111 110101

Color Harmonies of #C9477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9477D

Black with #C9477D

Text Example


Text Example

White with #C9477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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