Html Css Color HEX #C5529B Mulberry

📋 copy color: '#C5529B'

red 197 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #C5529B

Tints of Mulberry #C5529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.71%

R = 45.39%
G = 18.89%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C5529B (or 0xC5529B) is known color: Mulberry. HEX triplet: C5, 52 and 9B. RGB value is (197,82,155). Sum of RGB (Red+Green+Blue) = 197+82+155=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5529B is #3AAD64. Grayscale: #7C7C7C. Windows color (decimal): -3845477 or 10179269. OLE color: 10179269.

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

Color convert

RGB 197 82 155 -
CMYK 0 0.58 0.21 0.23
HSL 321.91º 0.5% 0.55% -
HSV(B) 321.91º 0.58% 0.77% -
XYZ 31.96 20.27 33.24 -
YUV 124.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 197 82 155 0 0.58 0.21 0.23 321.91 0.5 0.55
Hex C5 52 9B 0 3A 15 17 142 32 37
Octal 305 122 233 0 72 25 27 502 62 67
Binary 11000101 1010010 10011011 0 111010 10101 10111 101000010 110010 110111

Color Harmonies of #C5529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5529B

Black with #C5529B

Text Example


Text Example

White with #C5529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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