Html Css Color HEX #C5528B Mulberry

📋 copy color: '#C5528B'

red 197 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #C5528B

Tints of Mulberry #C5528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 47.13%
G = 19.62%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5528B (or 0xC5528B) is known color: Mulberry. HEX triplet: C5, 52 and 8B. RGB value is (197,82,139). Sum of RGB (Red+Green+Blue) = 197+82+139=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5528B is #3AAD74. Grayscale: #7A7A7A. Windows color (decimal): -3845493 or 9130693. OLE color: 9130693.

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

Color convert

RGB 197 82 139 -
CMYK 0 0.58 0.29 0.23
HSL 330.26º 0.5% 0.55% -
HSV(B) 330.26º 0.58% 0.77% -
XYZ 30.7 19.77 26.62 -
YUV 122.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 197 82 139 0 0.58 0.29 0.23 330.26 0.5 0.55
Hex C5 52 8B 0 3A 1D 17 14A 32 37
Octal 305 122 213 0 72 35 27 512 62 67
Binary 11000101 1010010 10001011 0 111010 11101 10111 101001010 110010 110111

Color Harmonies of #C5528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5528B

Black with #C5528B

Text Example


Text Example

White with #C5528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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