Html Css Color HEX #C5497D Mulberry

📋 copy color: '#C5497D'

red 197 ◦ green 73 ◦ blue 125

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

Shades of Mulberry #C5497D

Tints of Mulberry #C5497D

RGB

 RED value IS 197 (77.34% from 255) = 49.87%

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

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

R = 49.87%
G = 18.48%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5497D (or 0xC5497D) is known color: Mulberry. HEX triplet: C5, 49 and 7D. RGB value is (197,73,125). Sum of RGB (Red+Green+Blue) = 197+73+125=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5497D is #3AB682. Grayscale: #737373. Windows color (decimal): -3847811 or 8210885. OLE color: 8210885.

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

Color convert

RGB 197 73 125 -
CMYK 0 0.63 0.37 0.23
HSL 334.84º 0.52% 0.53% -
HSV(B) 334.84º 0.63% 0.77% -
XYZ 29.11 18.12 21.36 -
YUV 116 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 197 73 125 0 0.63 0.37 0.23 334.84 0.52 0.53
Hex C5 49 7D 0 3F 25 17 14F 34 35
Octal 305 111 175 0 77 45 27 517 64 65
Binary 11000101 1001001 1111101 0 111111 100101 10111 101001111 110100 110101

Color Harmonies of #C5497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5497D

Black with #C5497D

Text Example


Text Example

White with #C5497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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