Html Css Color HEX #C4499C Mulberry

📋 copy color: '#C4499C'

red 196 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #C4499C

Tints of Mulberry #C4499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 46.12%
G = 17.18%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4499C (or 0xC4499C) is known color: Mulberry. HEX triplet: C4, 49 and 9C. RGB value is (196,73,156). Sum of RGB (Red+Green+Blue) = 196+73+156=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C4499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4499C is #3BB663. Grayscale: #777777. Windows color (decimal): -3913316 or 10242500. OLE color: 10242500.

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

Color convert

RGB 196 73 156 -
CMYK 0 0.63 0.20 0.23
HSL 319.51º 0.51% 0.53% -
HSV(B) 319.51º 0.63% 0.77% -
XYZ 31.15 18.9 33.46 -
YUV 119.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 196 73 156 0 0.63 0.20 0.23 319.51 0.51 0.53
Hex C4 49 9C 0 3F 14 17 140 33 35
Octal 304 111 234 0 77 24 27 500 63 65
Binary 11000100 1001001 10011100 0 111111 10100 10111 101000000 110011 110101

Color Harmonies of #C4499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4499C

Black with #C4499C

Text Example


Text Example

White with #C4499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4499C; }

 p { color: rgb(196,73,156); }

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

background-color css

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

 a { background-color: rgb(196,73,156); }

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

border-color css

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

 span { border-color: rgb(196,73,156); }

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