Html Css Color HEX #C4488C Mulberry

📋 copy color: '#C4488C'

red 196 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #C4488C

Tints of Mulberry #C4488C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.65%

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

R = 48.04%
G = 17.65%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4488C (or 0xC4488C) is known color: Mulberry. HEX triplet: C4, 48 and 8C. RGB value is (196,72,140). Sum of RGB (Red+Green+Blue) = 196+72+140=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4488C is #3BB773. Grayscale: #747474. Windows color (decimal): -3913588 or 9193668. OLE color: 9193668.

HSL color Cylindrical-coordinate representation of color #C4488C: hue angle of 327.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4488C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 140 -
CMYK 0 0.63 0.29 0.23
HSL 327.1º 0.51% 0.53% -
HSV(B) 327.1º 0.63% 0.77% -
XYZ 29.82 18.26 26.76 -
YUV 116.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 196 72 140 0 0.63 0.29 0.23 327.1 0.51 0.53
Hex C4 48 8C 0 3F 1D 17 147 33 35
Octal 304 110 214 0 77 35 27 507 63 65
Binary 11000100 1001000 10001100 0 111111 11101 10111 101000111 110011 110101

Color Harmonies of #C4488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4488C

Black with #C4488C

Text Example


Text Example

White with #C4488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4488C; }

 p { color: rgb(196,72,140); }

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

background-color css

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

 a { background-color: rgb(196,72,140); }

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

border-color css

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

 span { border-color: rgb(196,72,140); }

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