Html Css Color HEX #C5548E Mulberry

📋 copy color: '#C5548E'

red 197 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #C5548E

Tints of Mulberry #C5548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.86%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 46.57%
G = 19.86%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5548E (or 0xC5548E) is known color: Mulberry. HEX triplet: C5, 54 and 8E. RGB value is (197,84,142). Sum of RGB (Red+Green+Blue) = 197+84+142=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548E is #3AAB71. Grayscale: #7C7C7C. Windows color (decimal): -3844978 or 9327813. OLE color: 9327813.

HSL color Cylindrical-coordinate representation of color #C5548E: hue angle of 329.2º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5548E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 142 -
CMYK 0 0.57 0.28 0.23
HSL 329.2º 0.49% 0.55% -
HSV(B) 329.2º 0.57% 0.77% -
XYZ 31.08 20.16 27.85 -
YUV 124.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 197 84 142 0 0.57 0.28 0.23 329.2 0.49 0.55
Hex C5 54 8E 0 39 1C 17 149 31 37
Octal 305 124 216 0 71 34 27 511 61 67
Binary 11000101 1010100 10001110 0 111001 11100 10111 101001001 110001 110111

Color Harmonies of #C5548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5548E

Black with #C5548E

Text Example


Text Example

White with #C5548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5548E; }

 p { color: rgb(197,84,142); }

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

background-color css

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

 a { background-color: rgb(197,84,142); }

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

border-color css

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

 span { border-color: rgb(197,84,142); }

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