Html Css Color HEX #C9477F Mulberry

📋 copy color: '#C9477F'

red 201 ◦ green 71 ◦ blue 127

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

Shades of Mulberry #C9477F

Tints of Mulberry #C9477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.83%

R = 50.38%
G = 17.79%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9477F (or 0xC9477F) is known color: Mulberry. HEX triplet: C9, 47 and 7F. RGB value is (201,71,127). Sum of RGB (Red+Green+Blue) = 201+71+127=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C9477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9477F is #36B880. Grayscale: #747474. Windows color (decimal): -3586177 or 8341449. OLE color: 8341449.

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

Color convert

RGB 201 71 127 -
CMYK 0 0.65 0.37 0.21
HSL 334.15º 0.55% 0.53% -
HSV(B) 334.15º 0.65% 0.79% -
XYZ 30.17 18.46 22.05 -
YUV 116.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 201 71 127 0 0.65 0.37 0.21 334.15 0.55 0.53
Hex C9 47 7F 0 41 25 15 14E 37 35
Octal 311 107 177 0 101 45 25 516 67 65
Binary 11001001 1000111 1111111 0 1000001 100101 10101 101001110 110111 110101

Color Harmonies of #C9477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9477F

Black with #C9477F

Text Example


Text Example

White with #C9477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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