Html Css Color HEX #C5498D Mulberry

📋 copy color: '#C5498D'

red 197 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #C5498D

Tints of Mulberry #C5498D

RGB

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

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

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

R = 47.93%
G = 17.76%
B = 34.31%

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

#C5498D (or 0xC5498D) is known color: Mulberry. HEX triplet: C5, 49 and 8D. RGB value is (197,73,141). Sum of RGB (Red+Green+Blue) = 197+73+141=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5498D is #3AB672. Grayscale: #757575. Windows color (decimal): -3847795 or 9259461. OLE color: 9259461.

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

Color convert

RGB 197 73 141 -
CMYK 0 0.63 0.28 0.23
HSL 327.1º 0.52% 0.53% -
HSV(B) 327.1º 0.63% 0.77% -
XYZ 30.22 18.56 27.19 -
YUV 117.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 197 73 141 0 0.63 0.28 0.23 327.1 0.52 0.53
Hex C5 49 8D 0 3F 1C 17 147 34 35
Octal 305 111 215 0 77 34 27 507 64 65
Binary 11000101 1001001 10001101 0 111111 11100 10111 101000111 110100 110101

Color Harmonies of #C5498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5498D

Black with #C5498D

Text Example


Text Example

White with #C5498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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