Html Css Color HEX #C4528A Mulberry

📋 copy color: '#C4528A'

red 196 ◦ green 82 ◦ blue 138

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

Shades of Mulberry #C4528A

Tints of Mulberry #C4528A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 47.12%
G = 19.71%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4528A (or 0xC4528A) is known color: Mulberry. HEX triplet: C4, 52 and 8A. RGB value is (196,82,138). Sum of RGB (Red+Green+Blue) = 196+82+138=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4528A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4528A is #3BAD75. Grayscale: #7A7A7A. Windows color (decimal): -3911030 or 9065156. OLE color: 9065156.

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

Color convert

RGB 196 82 138 -
CMYK 0 0.58 0.30 0.23
HSL 330.53º 0.49% 0.55% -
HSV(B) 330.53º 0.58% 0.77% -
XYZ 30.37 19.61 26.23 -
YUV 122.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 196 82 138 0 0.58 0.30 0.23 330.53 0.49 0.55
Hex C4 52 8A 0 3A 1E 17 14B 31 37
Octal 304 122 212 0 72 36 27 513 61 67
Binary 11000100 1010010 10001010 0 111010 11110 10111 101001011 110001 110111

Color Harmonies of #C4528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4528A

Black with #C4528A

Text Example


Text Example

White with #C4528A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4528A; }

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

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

background-color css

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

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

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

border-color css

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

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

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