Html Css Color HEX #C4517E Mulberry

📋 copy color: '#C4517E'

red 196 ◦ green 81 ◦ blue 126

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

Shades of Mulberry #C4517E

Tints of Mulberry #C4517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 48.64%
G = 20.1%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4517E (or 0xC4517E) is known color: Mulberry. HEX triplet: C4, 51 and 7E. RGB value is (196,81,126). Sum of RGB (Red+Green+Blue) = 196+81+126=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4517E is #3BAE81. Grayscale: #787878. Windows color (decimal): -3911298 or 8278468. OLE color: 8278468.

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

Color convert

RGB 196 81 126 -
CMYK 0 0.59 0.36 0.23
HSL 336.52º 0.49% 0.54% -
HSV(B) 336.52º 0.59% 0.77% -
XYZ 29.47 19.13 21.88 -
YUV 120.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 196 81 126 0 0.59 0.36 0.23 336.52 0.49 0.54
Hex C4 51 7E 0 3B 24 17 151 31 36
Octal 304 121 176 0 73 44 27 521 61 66
Binary 11000100 1010001 1111110 0 111011 100100 10111 101010001 110001 110110

Color Harmonies of #C4517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4517E

Black with #C4517E

Text Example


Text Example

White with #C4517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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