#C84196

Color #C84196 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C84196

Tints of Mulberry #C84196

Color information

#C84196 (or 0xC84196) is unknown color: approx Mulberry. HEX triplet: C8, 41 and 96. RGB value is (200,65,150). Sum of RGB (Red+Green+Blue) = 200+65+150=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C84196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84196 is #37BE69. Grayscale: #727272. Windows color (decimal): -3653226 or 9847240. OLE color: 9847240.

HSL color Cylindrical-coordinate representation of color #C84196: hue angle of 322.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84196 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB20065150-
CMYK00.680.250.22
HSL322.22º55.1%51.96%-
HSV(B)322.22º67.5%78.43%-
XYZ31.2118.2630.73-
YUV115.06147.73188.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=48.19%
G=15.66%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006515000.680.250.22322.2255.151.96
HexC8419604419161423734
Octal310101226010431265026764
Binary11001000100000110010110010001001100110110101000010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84196; }

 p { color: rgb(200,65,150); }

 H1.HeaderClassName
 {
   color: #C84196;
 }
 .AnyTagClassName
 {
   color: #C84196;
 }
</style>
background-color css

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

 a { background-color: rgb(200,65,150); }

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

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

 span { border-color: rgb(200,65,150); }

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