Html Css Color HEX #C4538C Mulberry

📋 copy color: '#C4538C'

red 196 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #C4538C

Tints of Mulberry #C4538C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

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

R = 46.78%
G = 19.81%
B = 33.41%

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

#C4538C (or 0xC4538C) is known color: Mulberry. HEX triplet: C4, 53 and 8C. RGB value is (196,83,140). Sum of RGB (Red+Green+Blue) = 196+83+140=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4538C is #3BAC73. Grayscale: #7B7B7B. Windows color (decimal): -3910772 or 9196484. OLE color: 9196484.

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

Color convert

RGB 196 83 140 -
CMYK 0 0.58 0.29 0.23
HSL 329.73º 0.49% 0.55% -
HSV(B) 329.73º 0.58% 0.77% -
XYZ 30.59 19.82 27.02 -
YUV 123.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 196 83 140 0 0.58 0.29 0.23 329.73 0.49 0.55
Hex C4 53 8C 0 3A 1D 17 14A 31 37
Octal 304 123 214 0 72 35 27 512 61 67
Binary 11000100 1010011 10001100 0 111010 11101 10111 101001010 110001 110111

Color Harmonies of #C4538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4538C

Black with #C4538C

Text Example


Text Example

White with #C4538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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