Html Css Color HEX #C5497E Mulberry

📋 copy color: '#C5497E'

red 197 ◦ green 73 ◦ blue 126

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

Shades of Mulberry #C5497E

Tints of Mulberry #C5497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 49.75%
G = 18.43%
B = 31.82%

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

#C5497E (or 0xC5497E) is known color: Mulberry. HEX triplet: C5, 49 and 7E. RGB value is (197,73,126). Sum of RGB (Red+Green+Blue) = 197+73+126=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5497E is #3AB681. Grayscale: #747474. Windows color (decimal): -3847810 or 8276421. OLE color: 8276421.

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

Color convert

RGB 197 73 126 -
CMYK 0 0.63 0.36 0.23
HSL 334.35º 0.52% 0.53% -
HSV(B) 334.35º 0.63% 0.77% -
XYZ 29.17 18.14 21.7 -
YUV 116.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 197 73 126 0 0.63 0.36 0.23 334.35 0.52 0.53
Hex C5 49 7E 0 3F 24 17 14E 34 35
Octal 305 111 176 0 77 44 27 516 64 65
Binary 11000101 1001001 1111110 0 111111 100100 10111 101001110 110100 110101

Color Harmonies of #C5497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5497E

Black with #C5497E

Text Example


Text Example

White with #C5497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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