Html Css Color HEX #C4528C Mulberry

📋 copy color: '#C4528C'

red 196 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #C4528C

Tints of Mulberry #C4528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 46.89%
G = 19.62%
B = 33.49%

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

#C4528C (or 0xC4528C) is known color: Mulberry. HEX triplet: C4, 52 and 8C. RGB value is (196,82,140). Sum of RGB (Red+Green+Blue) = 196+82+140=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4528C is #3BAD73. Grayscale: #7A7A7A. Windows color (decimal): -3911028 or 9196228. OLE color: 9196228.

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

Color convert

RGB 196 82 140 -
CMYK 0 0.58 0.29 0.23
HSL 329.47º 0.49% 0.55% -
HSV(B) 329.47º 0.58% 0.77% -
XYZ 30.52 19.66 27 -
YUV 122.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 196 82 140 0 0.58 0.29 0.23 329.47 0.49 0.55
Hex C4 52 8C 0 3A 1D 17 149 31 37
Octal 304 122 214 0 72 35 27 511 61 67
Binary 11000100 1010010 10001100 0 111010 11101 10111 101001001 110001 110111

Color Harmonies of #C4528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4528C

Black with #C4528C

Text Example


Text Example

White with #C4528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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