Html Css Color HEX #C5487E Mulberry

📋 copy color: '#C5487E'

red 197 ◦ green 72 ◦ blue 126

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

Shades of Mulberry #C5487E

Tints of Mulberry #C5487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 49.87%
G = 18.23%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5487E (or 0xC5487E) is known color: Mulberry. HEX triplet: C5, 48 and 7E. RGB value is (197,72,126). Sum of RGB (Red+Green+Blue) = 197+72+126=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5487E is #3AB781. Grayscale: #737373. Windows color (decimal): -3848066 or 8276165. OLE color: 8276165.

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

Color convert

RGB 197 72 126 -
CMYK 0 0.63 0.36 0.23
HSL 334.08º 0.52% 0.53% -
HSV(B) 334.08º 0.63% 0.77% -
XYZ 29.11 18.01 21.68 -
YUV 115.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 197 72 126 0 0.63 0.36 0.23 334.08 0.52 0.53
Hex C5 48 7E 0 3F 24 17 14E 34 35
Octal 305 110 176 0 77 44 27 516 64 65
Binary 11000101 1001000 1111110 0 111111 100100 10111 101001110 110100 110101

Color Harmonies of #C5487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5487E

Black with #C5487E

Text Example


Text Example

White with #C5487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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