Html Css Color HEX #C4558E Mulberry

📋 copy color: '#C4558E'

red 196 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #C4558E

Tints of Mulberry #C4558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 46.34%
G = 20.09%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4558E (or 0xC4558E) is known color: Mulberry. HEX triplet: C4, 55 and 8E. RGB value is (196,85,142). Sum of RGB (Red+Green+Blue) = 196+85+142=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4558E is #3BAA71. Grayscale: #7C7C7C. Windows color (decimal): -3910258 or 9328068. OLE color: 9328068.

HSL color Cylindrical-coordinate representation of color #C4558E: hue angle of 329.19º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4558E is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 85 142 -
CMYK 0 0.57 0.28 0.23
HSL 329.19º 0.48% 0.55% -
HSV(B) 329.19º 0.57% 0.77% -
XYZ 30.9 20.19 27.86 -
YUV 124.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 196 85 142 0 0.57 0.28 0.23 329.19 0.48 0.55
Hex C4 55 8E 0 39 1C 17 149 30 37
Octal 304 125 216 0 71 34 27 511 60 67
Binary 11000100 1010101 10001110 0 111001 11100 10111 101001001 110000 110111

Color Harmonies of #C4558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4558E

Black with #C4558E

Text Example


Text Example

White with #C4558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4558E; }

 p { color: rgb(196,85,142); }

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

background-color css

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

 a { background-color: rgb(196,85,142); }

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

border-color css

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

 span { border-color: rgb(196,85,142); }

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