Html Css Color HEX #C45096 Mulberry

📋 copy color: '#C45096'

red 196 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #C45096

Tints of Mulberry #C45096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 46.01%
G = 18.78%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C45096 (or 0xC45096) is known color: Mulberry. HEX triplet: C4, 50 and 96. RGB value is (196,80,150). Sum of RGB (Red+Green+Blue) = 196+80+150=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C45096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45096 is #3BAF69. Grayscale: #7A7A7A. Windows color (decimal): -3911530 or 9851076. OLE color: 9851076.

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

Color convert

RGB 196 80 150 -
CMYK 0 0.59 0.23 0.23
HSL 323.79º 0.5% 0.54% -
HSV(B) 323.79º 0.59% 0.77% -
XYZ 31.14 19.68 31.01 -
YUV 122.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 196 80 150 0 0.59 0.23 0.23 323.79 0.5 0.54
Hex C4 50 96 0 3B 17 17 144 32 36
Octal 304 120 226 0 73 27 27 504 62 66
Binary 11000100 1010000 10010110 0 111011 10111 10111 101000100 110010 110110

Color Harmonies of #C45096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45096

Black with #C45096

Text Example


Text Example

White with #C45096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45096; }

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

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

background-color css

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

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

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

border-color css

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

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

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