Html Css Color HEX #C4529E Mulberry

📋 copy color: '#C4529E'

red 196 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #C4529E

Tints of Mulberry #C4529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 44.95%
G = 18.81%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4529E (or 0xC4529E) is known color: Mulberry. HEX triplet: C4, 52 and 9E. RGB value is (196,82,158). Sum of RGB (Red+Green+Blue) = 196+82+158=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4529E is #3BAD61. Grayscale: #7C7C7C. Windows color (decimal): -3911010 or 10375876. OLE color: 10375876.

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

Color convert

RGB 196 82 158 -
CMYK 0 0.58 0.19 0.23
HSL 320º 0.49% 0.55% -
HSV(B) 320º 0.58% 0.77% -
XYZ 31.95 20.24 34.57 -
YUV 124.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 196 82 158 0 0.58 0.19 0.23 320 0.49 0.55
Hex C4 52 9E 0 3A 13 17 140 31 37
Octal 304 122 236 0 72 23 27 500 61 67
Binary 11000100 1010010 10011110 0 111010 10011 10111 101000000 110001 110111

Color Harmonies of #C4529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4529E

Black with #C4529E

Text Example


Text Example

White with #C4529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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