Html Css Color HEX #C4558A Mulberry

📋 copy color: '#C4558A'

red 196 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #C4558A

Tints of Mulberry #C4558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 46.78%
G = 20.29%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4558A (or 0xC4558A) is known color: Mulberry. HEX triplet: C4, 55 and 8A. RGB value is (196,85,138). Sum of RGB (Red+Green+Blue) = 196+85+138=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4558A is #3BAA75. Grayscale: #7C7C7C. Windows color (decimal): -3910262 or 9065924. OLE color: 9065924.

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

Color convert

RGB 196 85 138 -
CMYK 0 0.57 0.30 0.23
HSL 331.35º 0.48% 0.55% -
HSV(B) 331.35º 0.57% 0.77% -
XYZ 30.6 20.07 26.31 -
YUV 124.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 196 85 138 0 0.57 0.30 0.23 331.35 0.48 0.55
Hex C4 55 8A 0 39 1E 17 14B 30 37
Octal 304 125 212 0 71 36 27 513 60 67
Binary 11000100 1010101 10001010 0 111001 11110 10111 101001011 110000 110111

Color Harmonies of #C4558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4558A

Black with #C4558A

Text Example


Text Example

White with #C4558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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