Html Css Color HEX #C44096 Mulberry

📋 copy color: '#C44096'

red 196 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #C44096

Tints of Mulberry #C44096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

 BLUE value IS 150 (58.98% from 255) = 36.59%

R = 47.8%
G = 15.61%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C44096 (or 0xC44096) is known color: Mulberry. HEX triplet: C4, 40 and 96. RGB value is (196,64,150). Sum of RGB (Red+Green+Blue) = 196+64+150=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C44096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44096 is #3BBF69. Grayscale: #717171. Windows color (decimal): -3915626 or 9846980. OLE color: 9846980.

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

Color convert

RGB 196 64 150 -
CMYK 0 0.67 0.23 0.23
HSL 320.91º 0.53% 0.51% -
HSV(B) 320.91º 0.67% 0.77% -
XYZ 30.1 17.6 30.67 -
YUV 113.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 196 64 150 0 0.67 0.23 0.23 320.91 0.53 0.51
Hex C4 40 96 0 43 17 17 141 35 33
Octal 304 100 226 0 103 27 27 501 65 63
Binary 11000100 1000000 10010110 0 1000011 10111 10111 101000001 110101 110011

Color Harmonies of #C44096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44096

Black with #C44096

Text Example


Text Example

White with #C44096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44096; }

 p { color: rgb(196,64,150); }

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

background-color css

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

 a { background-color: rgb(196,64,150); }

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

border-color css

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

 span { border-color: rgb(196,64,150); }

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