Html Css Color HEX #C45680 Mulberry

📋 copy color: '#C45680'

red 196 ◦ green 86 ◦ blue 128

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

Shades of Mulberry #C45680

Tints of Mulberry #C45680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.98%

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

R = 47.8%
G = 20.98%
B = 31.22%

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

#C45680 (or 0xC45680) is known color: Mulberry. HEX triplet: C4, 56 and 80. RGB value is (196,86,128). Sum of RGB (Red+Green+Blue) = 196+86+128=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C45680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45680 is #3BA97F. Grayscale: #7B7B7B. Windows color (decimal): -3910016 or 8410820. OLE color: 8410820.

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

Color convert

RGB 196 86 128 -
CMYK 0 0.56 0.35 0.23
HSL 337.09º 0.48% 0.55% -
HSV(B) 337.09º 0.56% 0.77% -
XYZ 29.99 19.95 22.69 -
YUV 123.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 196 86 128 0 0.56 0.35 0.23 337.09 0.48 0.55
Hex C4 56 80 0 38 23 17 151 30 37
Octal 304 126 200 0 70 43 27 521 60 67
Binary 11000100 1010110 10000000 0 111000 100011 10111 101010001 110000 110111

Color Harmonies of #C45680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45680

Black with #C45680

Text Example


Text Example

White with #C45680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45680; }

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

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

background-color css

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

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

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

border-color css

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

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

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