Html Css Color HEX #C45580 Mulberry

📋 copy color: '#C45580'

red 196 ◦ green 85 ◦ blue 128

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

Shades of Mulberry #C45580

Tints of Mulberry #C45580

RGB

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

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

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

R = 47.92%
G = 20.78%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C45580 (or 0xC45580) is known color: Mulberry. HEX triplet: C4, 55 and 80. RGB value is (196,85,128). Sum of RGB (Red+Green+Blue) = 196+85+128=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C45580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45580 is #3BAA7F. Grayscale: #7B7B7B. Windows color (decimal): -3910272 or 8410564. OLE color: 8410564.

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

Color convert

RGB 196 85 128 -
CMYK 0 0.57 0.35 0.23
HSL 336.76º 0.48% 0.55% -
HSV(B) 336.76º 0.57% 0.77% -
XYZ 29.91 19.79 22.67 -
YUV 123.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 196 85 128 0 0.57 0.35 0.23 336.76 0.48 0.55
Hex C4 55 80 0 39 23 17 151 30 37
Octal 304 125 200 0 71 43 27 521 60 67
Binary 11000100 1010101 10000000 0 111001 100011 10111 101010001 110000 110111

Color Harmonies of #C45580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45580

Black with #C45580

Text Example


Text Example

White with #C45580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45580; }

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

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

background-color css

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

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

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

border-color css

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

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

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