Html Css Color HEX #C5499E Mulberry

📋 copy color: '#C5499E'

red 197 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #C5499E

Tints of Mulberry #C5499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 46.03%
G = 17.06%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5499E (or 0xC5499E) is known color: Mulberry. HEX triplet: C5, 49 and 9E. RGB value is (197,73,158). Sum of RGB (Red+Green+Blue) = 197+73+158=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5499E is #3AB661. Grayscale: #777777. Windows color (decimal): -3847778 or 10373573. OLE color: 10373573.

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

Color convert

RGB 197 73 158 -
CMYK 0 0.63 0.20 0.23
HSL 318.87º 0.52% 0.53% -
HSV(B) 318.87º 0.63% 0.77% -
XYZ 31.58 19.1 34.37 -
YUV 119.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 197 73 158 0 0.63 0.20 0.23 318.87 0.52 0.53
Hex C5 49 9E 0 3F 14 17 13F 34 35
Octal 305 111 236 0 77 24 27 477 64 65
Binary 11000101 1001001 10011110 0 111111 10100 10111 100111111 110100 110101

Color Harmonies of #C5499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5499E

Black with #C5499E

Text Example


Text Example

White with #C5499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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