Html Css Color HEX #C45780 Mulberry

📋 copy color: '#C45780'

red 196 ◦ green 87 ◦ blue 128

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

Shades of Mulberry #C45780

Tints of Mulberry #C45780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 47.69%
G = 21.17%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C45780 (or 0xC45780) is known color: Mulberry. HEX triplet: C4, 57 and 80. RGB value is (196,87,128). Sum of RGB (Red+Green+Blue) = 196+87+128=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45780 is #3BA87F. Grayscale: #7C7C7C. Windows color (decimal): -3909760 or 8411076. OLE color: 8411076.

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

Color convert

RGB 196 87 128 -
CMYK 0 0.56 0.35 0.23
HSL 337.43º 0.48% 0.55% -
HSV(B) 337.43º 0.56% 0.77% -
XYZ 30.07 20.11 22.72 -
YUV 124.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 196 87 128 0 0.56 0.35 0.23 337.43 0.48 0.55
Hex C4 57 80 0 38 23 17 151 30 37
Octal 304 127 200 0 70 43 27 521 60 67
Binary 11000100 1010111 10000000 0 111000 100011 10111 101010001 110000 110111

Color Harmonies of #C45780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45780

Black with #C45780

Text Example


Text Example

White with #C45780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45780; }

 p { color: rgb(196,87,128); }

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

background-color css

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

 a { background-color: rgb(196,87,128); }

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

border-color css

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

 span { border-color: rgb(196,87,128); }

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