#C8479F

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

Shades of Mulberry #C8479F

Tints of Mulberry #C8479F

Color information

#C8479F (or 0xC8479F) is unknown color: approx Mulberry. HEX triplet: C8, 47 and 9F. RGB value is (200,71,159). Sum of RGB (Red+Green+Blue) = 200+71+159=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 71 (28.12% from 255 or 16.51% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C8479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8479F is #37B860. Grayscale: #777777. Windows color (decimal): -3651681 or 10438600. OLE color: 10438600.

HSL color Cylindrical-coordinate representation of color #C8479F: hue angle of 319.07º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8479F is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB20071159-
CMYK00.640.200.22
HSL319.07º53.97%53.14%-
HSV(B)319.07º64.5%78.43%-
XYZ32.3319.2934.82-
YUV119.6150.24185.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 71 (28.12% from 255) = 16.51%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=46.51%
G=16.51%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007115900.640.200.22319.0753.9753.14
HexC8479F040141613f3635
Octal310107237010024264776665
Binary11001000100011110011111010000001010010110100111111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8479F; }

 p { color: rgb(200,71,159); }

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

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

 a { background-color: rgb(200,71,159); }

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

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

 span { border-color: rgb(200,71,159); }

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