Html Css Color HEX #C5548C Mulberry

📋 copy color: '#C5548C'

red 197 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #C5548C

Tints of Mulberry #C5548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 46.79%
G = 19.95%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5548C (or 0xC5548C) is known color: Mulberry. HEX triplet: C5, 54 and 8C. RGB value is (197,84,140). Sum of RGB (Red+Green+Blue) = 197+84+140=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5548C is #3AAB73. Grayscale: #7C7C7C. Windows color (decimal): -3844980 or 9196741. OLE color: 9196741.

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

Color convert

RGB 197 84 140 -
CMYK 0 0.57 0.29 0.23
HSL 330.27º 0.49% 0.55% -
HSV(B) 330.27º 0.57% 0.77% -
XYZ 30.93 20.1 27.06 -
YUV 124.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 197 84 140 0 0.57 0.29 0.23 330.27 0.49 0.55
Hex C5 54 8C 0 39 1D 17 14A 31 37
Octal 305 124 214 0 71 35 27 512 61 67
Binary 11000101 1010100 10001100 0 111001 11101 10111 101001010 110001 110111

Color Harmonies of #C5548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5548C

Black with #C5548C

Text Example


Text Example

White with #C5548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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