Html Css Color HEX #C5527E Mulberry

📋 copy color: '#C5527E'

red 197 ◦ green 82 ◦ blue 126

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

Shades of Mulberry #C5527E

Tints of Mulberry #C5527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 48.64%
G = 20.25%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5527E (or 0xC5527E) is known color: Mulberry. HEX triplet: C5, 52 and 7E. RGB value is (197,82,126). Sum of RGB (Red+Green+Blue) = 197+82+126=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5527E is #3AAD81. Grayscale: #797979. Windows color (decimal): -3845506 or 8278725. OLE color: 8278725.

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

Color convert

RGB 197 82 126 -
CMYK 0 0.58 0.36 0.23
HSL 337.04º 0.5% 0.55% -
HSV(B) 337.04º 0.58% 0.77% -
XYZ 29.81 19.41 21.91 -
YUV 121.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 197 82 126 0 0.58 0.36 0.23 337.04 0.5 0.55
Hex C5 52 7E 0 3A 24 17 151 32 37
Octal 305 122 176 0 72 44 27 521 62 67
Binary 11000101 1010010 1111110 0 111010 100100 10111 101010001 110010 110111

Color Harmonies of #C5527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5527E

Black with #C5527E

Text Example


Text Example

White with #C5527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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