Html Css Color HEX #C4498E Mulberry

📋 copy color: '#C4498E'

red 196 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #C4498E

Tints of Mulberry #C4498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 47.69%
G = 17.76%
B = 34.55%

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

#C4498E (or 0xC4498E) is known color: Mulberry. HEX triplet: C4, 49 and 8E. RGB value is (196,73,142). Sum of RGB (Red+Green+Blue) = 196+73+142=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4498E is #3BB671. Grayscale: #757575. Windows color (decimal): -3913330 or 9324996. OLE color: 9324996.

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

Color convert

RGB 196 73 142 -
CMYK 0 0.63 0.28 0.23
HSL 326.34º 0.51% 0.53% -
HSV(B) 326.34º 0.63% 0.77% -
XYZ 30.03 18.45 27.57 -
YUV 117.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 196 73 142 0 0.63 0.28 0.23 326.34 0.51 0.53
Hex C4 49 8E 0 3F 1C 17 146 33 35
Octal 304 111 216 0 77 34 27 506 63 65
Binary 11000100 1001001 10001110 0 111111 11100 10111 101000110 110011 110101

Color Harmonies of #C4498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4498E

Black with #C4498E

Text Example


Text Example

White with #C4498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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