Html Css Color HEX #C4518B Mulberry

📋 copy color: '#C4518B'

red 196 ◦ green 81 ◦ blue 139

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

Shades of Mulberry #C4518B

Tints of Mulberry #C4518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 47.12%
G = 19.47%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4518B (or 0xC4518B) is known color: Mulberry. HEX triplet: C4, 51 and 8B. RGB value is (196,81,139). Sum of RGB (Red+Green+Blue) = 196+81+139=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4518B is #3BAE74. Grayscale: #797979. Windows color (decimal): -3911285 or 9130436. OLE color: 9130436.

HSL color Cylindrical-coordinate representation of color #C4518B: hue angle of 329.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4518B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 139 -
CMYK 0 0.59 0.29 0.23
HSL 329.74º 0.49% 0.54% -
HSV(B) 329.74º 0.59% 0.77% -
XYZ 30.37 19.48 26.59 -
YUV 122 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 196 81 139 0 0.59 0.29 0.23 329.74 0.49 0.54
Hex C4 51 8B 0 3B 1D 17 14A 31 36
Octal 304 121 213 0 73 35 27 512 61 66
Binary 11000100 1010001 10001011 0 111011 11101 10111 101001010 110001 110110

Color Harmonies of #C4518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4518B

Black with #C4518B

Text Example


Text Example

White with #C4518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4518B; }

 p { color: rgb(196,81,139); }

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

background-color css

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

 a { background-color: rgb(196,81,139); }

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

border-color css

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

 span { border-color: rgb(196,81,139); }

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