Html Css Color HEX #C4529D Mulberry

📋 copy color: '#C4529D'

red 196 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #C4529D

Tints of Mulberry #C4529D

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

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

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

R = 45.06%
G = 18.85%
B = 36.09%

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

#C4529D (or 0xC4529D) is known color: Mulberry. HEX triplet: C4, 52 and 9D. RGB value is (196,82,157). Sum of RGB (Red+Green+Blue) = 196+82+157=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4529D is #3BAD62. Grayscale: #7C7C7C. Windows color (decimal): -3911011 or 10310340. OLE color: 10310340.

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

Color convert

RGB 196 82 157 -
CMYK 0 0.58 0.20 0.23
HSL 320.53º 0.49% 0.55% -
HSV(B) 320.53º 0.58% 0.77% -
XYZ 31.87 20.2 34.12 -
YUV 124.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 196 82 157 0 0.58 0.20 0.23 320.53 0.49 0.55
Hex C4 52 9D 0 3A 14 17 141 31 37
Octal 304 122 235 0 72 24 27 501 61 67
Binary 11000100 1010010 10011101 0 111010 10100 10111 101000001 110001 110111

Color Harmonies of #C4529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4529D

Black with #C4529D

Text Example


Text Example

White with #C4529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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