Html Css Color HEX #C4548D Mulberry

📋 copy color: '#C4548D'

red 196 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #C4548D

Tints of Mulberry #C4548D

RGB

 RED value IS 196 (76.95% from 255) = 46.56%

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

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 46.56%
G = 19.95%
B = 33.49%

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

#C4548D (or 0xC4548D) is known color: Mulberry. HEX triplet: C4, 54 and 8D. RGB value is (196,84,141). Sum of RGB (Red+Green+Blue) = 196+84+141=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4548D is #3BAB72. Grayscale: #7B7B7B. Windows color (decimal): -3910515 or 9262276. OLE color: 9262276.

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

Color convert

RGB 196 84 141 -
CMYK 0 0.57 0.28 0.23
HSL 329.46º 0.49% 0.55% -
HSV(B) 329.46º 0.57% 0.77% -
XYZ 30.74 20 27.44 -
YUV 123.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 196 84 141 0 0.57 0.28 0.23 329.46 0.49 0.55
Hex C4 54 8D 0 39 1C 17 149 31 37
Octal 304 124 215 0 71 34 27 511 61 67
Binary 11000100 1010100 10001101 0 111001 11100 10111 101001001 110001 110111

Color Harmonies of #C4548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4548D

Black with #C4548D

Text Example


Text Example

White with #C4548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4548D; }

 p { color: rgb(196,84,141); }

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

background-color css

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

 a { background-color: rgb(196,84,141); }

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

border-color css

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

 span { border-color: rgb(196,84,141); }

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