Html Css Color HEX #C4498D Mulberry

📋 copy color: '#C4498D'

red 196 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #C4498D

Tints of Mulberry #C4498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 47.8%
G = 17.8%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4498D (or 0xC4498D) is known color: Mulberry. HEX triplet: C4, 49 and 8D. RGB value is (196,73,141). Sum of RGB (Red+Green+Blue) = 196+73+141=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4498D is #3BB672. Grayscale: #757575. Windows color (decimal): -3913331 or 9259460. OLE color: 9259460.

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

Color convert

RGB 196 73 141 -
CMYK 0 0.63 0.28 0.23
HSL 326.83º 0.51% 0.53% -
HSV(B) 326.83º 0.63% 0.77% -
XYZ 29.96 18.42 27.18 -
YUV 117.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 196 73 141 0 0.63 0.28 0.23 326.83 0.51 0.53
Hex C4 49 8D 0 3F 1C 17 147 33 35
Octal 304 111 215 0 77 34 27 507 63 65
Binary 11000100 1001001 10001101 0 111111 11100 10111 101000111 110011 110101

Color Harmonies of #C4498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4498D

Black with #C4498D

Text Example


Text Example

White with #C4498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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