Html Css Color HEX #C5548A Mulberry

📋 copy color: '#C5548A'

red 197 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #C5548A

Tints of Mulberry #C5548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 47.02%
G = 20.05%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5548A (or 0xC5548A) is known color: Mulberry. HEX triplet: C5, 54 and 8A. RGB value is (197,84,138). Sum of RGB (Red+Green+Blue) = 197+84+138=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548A is #3AAB75. Grayscale: #7B7B7B. Windows color (decimal): -3844982 or 9065669. OLE color: 9065669.

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

Color convert

RGB 197 84 138 -
CMYK 0 0.57 0.30 0.23
HSL 331.33º 0.49% 0.55% -
HSV(B) 331.33º 0.57% 0.77% -
XYZ 30.78 20.05 26.29 -
YUV 123.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 197 84 138 0 0.57 0.30 0.23 331.33 0.49 0.55
Hex C5 54 8A 0 39 1E 17 14B 31 37
Octal 305 124 212 0 71 36 27 513 61 67
Binary 11000101 1010100 10001010 0 111001 11110 10111 101001011 110001 110111

Color Harmonies of #C5548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5548A

Black with #C5548A

Text Example


Text Example

White with #C5548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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