Html Css Color HEX #C5518D Mulberry

📋 copy color: '#C5518D'

red 197 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #C5518D

Tints of Mulberry #C5518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.33%

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

R = 47.02%
G = 19.33%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5518D (or 0xC5518D) is known color: Mulberry. HEX triplet: C5, 51 and 8D. RGB value is (197,81,141). Sum of RGB (Red+Green+Blue) = 197+81+141=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5518D is #3AAE72. Grayscale: #7A7A7A. Windows color (decimal): -3845747 or 9261509. OLE color: 9261509.

HSL color Cylindrical-coordinate representation of color #C5518D: hue angle of 328.97º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5518D is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 141 -
CMYK 0 0.59 0.28 0.23
HSL 328.97º 0.5% 0.55% -
HSV(B) 328.97º 0.59% 0.77% -
XYZ 30.78 19.68 27.38 -
YUV 122.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 197 81 141 0 0.59 0.28 0.23 328.97 0.5 0.55
Hex C5 51 8D 0 3B 1C 17 149 32 37
Octal 305 121 215 0 73 34 27 511 62 67
Binary 11000101 1010001 10001101 0 111011 11100 10111 101001001 110010 110111

Color Harmonies of #C5518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5518D

Black with #C5518D

Text Example


Text Example

White with #C5518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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