Html Css Color HEX #C5529D Mulberry

📋 copy color: '#C5529D'

red 197 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #C5529D

Tints of Mulberry #C5529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.81%

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 45.18%
G = 18.81%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C5529D (or 0xC5529D) is known color: Mulberry. HEX triplet: C5, 52 and 9D. RGB value is (197,82,157). Sum of RGB (Red+Green+Blue) = 197+82+157=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5529D is #3AAD62. Grayscale: #7C7C7C. Windows color (decimal): -3845475 or 10310341. OLE color: 10310341.

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

Color convert

RGB 197 82 157 -
CMYK 0 0.58 0.20 0.23
HSL 320.87º 0.5% 0.55% -
HSV(B) 320.87º 0.58% 0.77% -
XYZ 32.13 20.34 34.13 -
YUV 124.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 197 82 157 0 0.58 0.20 0.23 320.87 0.5 0.55
Hex C5 52 9D 0 3A 14 17 141 32 37
Octal 305 122 235 0 72 24 27 501 62 67
Binary 11000101 1010010 10011101 0 111010 10100 10111 101000001 110010 110111

Color Harmonies of #C5529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5529D

Black with #C5529D

Text Example


Text Example

White with #C5529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5529D; }

 p { color: rgb(197,82,157); }

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

background-color css

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

 a { background-color: rgb(197,82,157); }

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

border-color css

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

 span { border-color: rgb(197,82,157); }

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