Html Css Color HEX #C5477E Mulberry

📋 copy color: '#C5477E'

red 197 ◦ green 71 ◦ blue 126

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

Shades of Mulberry #C5477E

Tints of Mulberry #C5477E

RGB

 RED value IS 197 (77.34% from 255) = 50%

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

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

R = 50%
G = 18.02%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5477E (or 0xC5477E) is known color: Mulberry. HEX triplet: C5, 47 and 7E. RGB value is (197,71,126). Sum of RGB (Red+Green+Blue) = 197+71+126=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5477E is #3AB881. Grayscale: #727272. Windows color (decimal): -3848322 or 8275909. OLE color: 8275909.

HSL color Cylindrical-coordinate representation of color #C5477E: hue angle of 333.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5477E is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 126 -
CMYK 0 0.64 0.36 0.23
HSL 333.81º 0.52% 0.53% -
HSV(B) 333.81º 0.64% 0.77% -
XYZ 29.05 17.88 21.66 -
YUV 114.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 197 71 126 0 0.64 0.36 0.23 333.81 0.52 0.53
Hex C5 47 7E 0 40 24 17 14E 34 35
Octal 305 107 176 0 100 44 27 516 64 65
Binary 11000101 1000111 1111110 0 1000000 100100 10111 101001110 110100 110101

Color Harmonies of #C5477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5477E

Black with #C5477E

Text Example


Text Example

White with #C5477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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