Html Css Color HEX #C4488A Mulberry

📋 copy color: '#C4488A'

red 196 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #C4488A

Tints of Mulberry #C4488A

RGB

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

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

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

R = 48.28%
G = 17.73%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4488A (or 0xC4488A) is known color: Mulberry. HEX triplet: C4, 48 and 8A. RGB value is (196,72,138). Sum of RGB (Red+Green+Blue) = 196+72+138=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4488A is #3BB775. Grayscale: #747474. Windows color (decimal): -3913590 or 9062596. OLE color: 9062596.

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

Color convert

RGB 196 72 138 -
CMYK 0 0.63 0.30 0.23
HSL 328.06º 0.51% 0.53% -
HSV(B) 328.06º 0.63% 0.77% -
XYZ 29.67 18.21 26 -
YUV 116.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 196 72 138 0 0.63 0.30 0.23 328.06 0.51 0.53
Hex C4 48 8A 0 3F 1E 17 148 33 35
Octal 304 110 212 0 77 36 27 510 63 65
Binary 11000100 1001000 10001010 0 111111 11110 10111 101001000 110011 110101

Color Harmonies of #C4488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4488A

Black with #C4488A

Text Example


Text Example

White with #C4488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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