Html Css Color HEX #C9477E Mulberry

📋 copy color: '#C9477E'

red 201 ◦ green 71 ◦ blue 126

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

Shades of Mulberry #C9477E

Tints of Mulberry #C9477E

RGB

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

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

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

R = 50.5%
G = 17.84%
B = 31.66%

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

#C9477E (or 0xC9477E) is known color: Mulberry. HEX triplet: C9, 47 and 7E. RGB value is (201,71,126). Sum of RGB (Red+Green+Blue) = 201+71+126=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C9477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9477E is #36B881. Grayscale: #747474. Windows color (decimal): -3586178 or 8275913. OLE color: 8275913.

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

Color convert

RGB 201 71 126 -
CMYK 0 0.65 0.37 0.21
HSL 334.62º 0.55% 0.53% -
HSV(B) 334.62º 0.65% 0.79% -
XYZ 30.11 18.43 21.71 -
YUV 116.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 201 71 126 0 0.65 0.37 0.21 334.62 0.55 0.53
Hex C9 47 7E 0 41 25 15 14F 37 35
Octal 311 107 176 0 101 45 25 517 67 65
Binary 11001001 1000111 1111110 0 1000001 100101 10101 101001111 110111 110101

Color Harmonies of #C9477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9477E

Black with #C9477E

Text Example


Text Example

White with #C9477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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