#C84396

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

Shades of Mulberry #C84396

Tints of Mulberry #C84396

Color information

#C84396 (or 0xC84396) is unknown color: approx Mulberry. HEX triplet: C8, 43 and 96. RGB value is (200,67,150). Sum of RGB (Red+Green+Blue) = 200+67+150=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C84396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84396 is #37BC69. Grayscale: #747474. Windows color (decimal): -3652714 or 9847752. OLE color: 9847752.

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

Color convert

RGB20067150-
CMYK00.660.250.22
HSL322.56º54.73%52.35%-
HSV(B)322.56º66.5%78.43%-
XYZ31.3318.530.77-
YUV116.23147.06187.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=47.96%
G=16.07%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006715000.660.250.22322.5654.7352.35
HexC8439604219161433734
Octal310103226010231265036764
Binary11001000100001110010110010000101100110110101000011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84396; }

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

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

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

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

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

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

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

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