Html Css Color HEX #C5477C Mulberry

📋 copy color: '#C5477C'

red 197 ◦ green 71 ◦ blue 124

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

Shades of Mulberry #C5477C

Tints of Mulberry #C5477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.63%

R = 50.26%
G = 18.11%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5477C (or 0xC5477C) is known color: Mulberry. HEX triplet: C5, 47 and 7C. RGB value is (197,71,124). Sum of RGB (Red+Green+Blue) = 197+71+124=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5477C is #3AB883. Grayscale: #727272. Windows color (decimal): -3848324 or 8144837. OLE color: 8144837.

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

Color convert

RGB 197 71 124 -
CMYK 0 0.64 0.37 0.23
HSL 334.76º 0.52% 0.53% -
HSV(B) 334.76º 0.64% 0.77% -
XYZ 28.92 17.83 20.99 -
YUV 114.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 197 71 124 0 0.64 0.37 0.23 334.76 0.52 0.53
Hex C5 47 7C 0 40 25 17 14F 34 35
Octal 305 107 174 0 100 45 27 517 64 65
Binary 11000101 1000111 1111100 0 1000000 100101 10111 101001111 110100 110101

Color Harmonies of #C5477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5477C

Black with #C5477C

Text Example


Text Example

White with #C5477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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