Html Css Color HEX #C44680 Mulberry

📋 copy color: '#C44680'

red 196 ◦ green 70 ◦ blue 128

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

Shades of Mulberry #C44680

Tints of Mulberry #C44680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

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

R = 49.75%
G = 17.77%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C44680 (or 0xC44680) is known color: Mulberry. HEX triplet: C4, 46 and 80. RGB value is (196,70,128). Sum of RGB (Red+Green+Blue) = 196+70+128=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C44680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44680 is #3BB97F. Grayscale: #727272. Windows color (decimal): -3914112 or 8406724. OLE color: 8406724.

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

Color convert

RGB 196 70 128 -
CMYK 0 0.64 0.35 0.23
HSL 332.38º 0.52% 0.52% -
HSV(B) 332.38º 0.64% 0.77% -
XYZ 28.85 17.67 22.31 -
YUV 114.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 196 70 128 0 0.64 0.35 0.23 332.38 0.52 0.52
Hex C4 46 80 0 40 23 17 14C 34 34
Octal 304 106 200 0 100 43 27 514 64 64
Binary 11000100 1000110 10000000 0 1000000 100011 10111 101001100 110100 110100

Color Harmonies of #C44680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44680

Black with #C44680

Text Example


Text Example

White with #C44680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44680; }

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

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

background-color css

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

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

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

border-color css

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

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

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