Html Css Color HEX #C5498A Mulberry

📋 copy color: '#C5498A'

red 197 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #C5498A

Tints of Mulberry #C5498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.82%

R = 48.28%
G = 17.89%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5498A (or 0xC5498A) is known color: Mulberry. HEX triplet: C5, 49 and 8A. RGB value is (197,73,138). Sum of RGB (Red+Green+Blue) = 197+73+138=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5498A is #3AB675. Grayscale: #757575. Windows color (decimal): -3847798 or 9062853. OLE color: 9062853.

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

Color convert

RGB 197 73 138 -
CMYK 0 0.63 0.30 0.23
HSL 328.55º 0.52% 0.53% -
HSV(B) 328.55º 0.63% 0.77% -
XYZ 30 18.47 26.03 -
YUV 117.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 197 73 138 0 0.63 0.30 0.23 328.55 0.52 0.53
Hex C5 49 8A 0 3F 1E 17 149 34 35
Octal 305 111 212 0 77 36 27 511 64 65
Binary 11000101 1001001 10001010 0 111111 11110 10111 101001001 110100 110101

Color Harmonies of #C5498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5498A

Black with #C5498A

Text Example


Text Example

White with #C5498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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