Html Css Color HEX #C4548B Mulberry

📋 copy color: '#C4548B'

red 196 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #C4548B

Tints of Mulberry #C4548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 46.78%
G = 20.05%
B = 33.17%

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

#C4548B (or 0xC4548B) is known color: Mulberry. HEX triplet: C4, 54 and 8B. RGB value is (196,84,139). Sum of RGB (Red+Green+Blue) = 196+84+139=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4548B is #3BAB74. Grayscale: #7B7B7B. Windows color (decimal): -3910517 or 9131204. OLE color: 9131204.

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

Color convert

RGB 196 84 139 -
CMYK 0 0.57 0.29 0.23
HSL 330.54º 0.49% 0.55% -
HSV(B) 330.54º 0.57% 0.77% -
XYZ 30.6 19.94 26.66 -
YUV 123.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 196 84 139 0 0.57 0.29 0.23 330.54 0.49 0.55
Hex C4 54 8B 0 39 1D 17 14B 31 37
Octal 304 124 213 0 71 35 27 513 61 67
Binary 11000100 1010100 10001011 0 111001 11101 10111 101001011 110001 110111

Color Harmonies of #C4548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4548B

Black with #C4548B

Text Example


Text Example

White with #C4548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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