Html Css Color HEX #C4548A Mulberry

📋 copy color: '#C4548A'

red 196 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #C4548A

Tints of Mulberry #C4548A

RGB

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

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

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

R = 46.89%
G = 20.1%
B = 33.01%

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

#C4548A (or 0xC4548A) is known color: Mulberry. HEX triplet: C4, 54 and 8A. RGB value is (196,84,138). Sum of RGB (Red+Green+Blue) = 196+84+138=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4548A is #3BAB75. Grayscale: #7B7B7B. Windows color (decimal): -3910518 or 9065668. OLE color: 9065668.

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

Color convert

RGB 196 84 138 -
CMYK 0 0.57 0.30 0.23
HSL 331.07º 0.49% 0.55% -
HSV(B) 331.07º 0.57% 0.77% -
XYZ 30.52 19.91 26.28 -
YUV 123.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 196 84 138 0 0.57 0.30 0.23 331.07 0.49 0.55
Hex C4 54 8A 0 39 1E 17 14B 31 37
Octal 304 124 212 0 71 36 27 513 61 67
Binary 11000100 1010100 10001010 0 111001 11110 10111 101001011 110001 110111

Color Harmonies of #C4548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4548A

Black with #C4548A

Text Example


Text Example

White with #C4548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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