Html Css Color HEX #C4538D Mulberry

📋 copy color: '#C4538D'

red 196 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #C4538D

Tints of Mulberry #C4538D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 46.67%
G = 19.76%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4538D (or 0xC4538D) is known color: Mulberry. HEX triplet: C4, 53 and 8D. RGB value is (196,83,141). Sum of RGB (Red+Green+Blue) = 196+83+141=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4538D is #3BAC72. Grayscale: #7B7B7B. Windows color (decimal): -3910771 or 9262020. OLE color: 9262020.

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

Color convert

RGB 196 83 141 -
CMYK 0 0.58 0.28 0.23
HSL 329.2º 0.49% 0.55% -
HSV(B) 329.2º 0.58% 0.77% -
XYZ 30.67 19.85 27.41 -
YUV 123.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 196 83 141 0 0.58 0.28 0.23 329.2 0.49 0.55
Hex C4 53 8D 0 3A 1C 17 149 31 37
Octal 304 123 215 0 72 34 27 511 61 67
Binary 11000100 1010011 10001101 0 111010 11100 10111 101001001 110001 110111

Color Harmonies of #C4538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4538D

Black with #C4538D

Text Example


Text Example

White with #C4538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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