Html Css Color HEX #C45196 Mulberry

📋 copy color: '#C45196'

red 196 ◦ green 81 ◦ blue 150

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

Shades of Mulberry #C45196

Tints of Mulberry #C45196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.97%

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

R = 45.9%
G = 18.97%
B = 35.13%

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

#C45196 (or 0xC45196) is known color: Mulberry. HEX triplet: C4, 51 and 96. RGB value is (196,81,150). Sum of RGB (Red+Green+Blue) = 196+81+150=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45196 is #3BAE69. Grayscale: #7B7B7B. Windows color (decimal): -3911274 or 9851332. OLE color: 9851332.

HSL color Cylindrical-coordinate representation of color #C45196: hue angle of 324º degrees, saturation: 0.49, 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 #C45196 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 150 -
CMYK 0 0.59 0.23 0.23
HSL 324º 0.49% 0.54% -
HSV(B) 324º 0.59% 0.77% -
XYZ 31.21 19.82 31.04 -
YUV 123.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 196 81 150 0 0.59 0.23 0.23 324 0.49 0.54
Hex C4 51 96 0 3B 17 17 144 31 36
Octal 304 121 226 0 73 27 27 504 61 66
Binary 11000100 1010001 10010110 0 111011 10111 10111 101000100 110001 110110

Color Harmonies of #C45196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45196

Black with #C45196

Text Example


Text Example

White with #C45196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45196; }

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

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

background-color css

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

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

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

border-color css

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

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

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