Html Css Color HEX #C4497D Mulberry

📋 copy color: '#C4497D'

red 196 ◦ green 73 ◦ blue 125

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

Shades of Mulberry #C4497D

Tints of Mulberry #C4497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 49.75%
G = 18.53%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4497D (or 0xC4497D) is known color: Mulberry. HEX triplet: C4, 49 and 7D. RGB value is (196,73,125). Sum of RGB (Red+Green+Blue) = 196+73+125=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4497D is #3BB682. Grayscale: #737373. Windows color (decimal): -3913347 or 8210884. OLE color: 8210884.

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

Color convert

RGB 196 73 125 -
CMYK 0 0.63 0.36 0.23
HSL 334.63º 0.51% 0.53% -
HSV(B) 334.63º 0.63% 0.77% -
XYZ 28.85 17.98 21.35 -
YUV 115.71 133.25 185.27 -
System Red Green Blue C M Y K H S L
Decimal 196 73 125 0 0.63 0.36 0.23 334.63 0.51 0.53
Hex C4 49 7D 0 3F 24 17 14F 33 35
Octal 304 111 175 0 77 44 27 517 63 65
Binary 11000100 1001001 1111101 0 111111 100100 10111 101001111 110011 110101

Color Harmonies of #C4497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4497D

Black with #C4497D

Text Example


Text Example

White with #C4497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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