#C8507F

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

Shades of Mulberry #C8507F

Tints of Mulberry #C8507F

Color information

#C8507F (or 0xC8507F) is unknown color: approx Mulberry. HEX triplet: C8, 50 and 7F. RGB value is (200,80,127). Sum of RGB (Red+Green+Blue) = 200+80+127=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8507F is #37AF80. Grayscale: #797979. Windows color (decimal): -3649409 or 8343752. OLE color: 8343752.

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

Color convert

RGB20080127-
CMYK00.60.360.22
HSL336.5º52.17%54.9%-
HSV(B)336.5º60%78.43%-
XYZ30.5219.5522.24-
YUV121.24131.26184.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 127 (50% from 255) = 31.20%
R=49.14%
G=19.66%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008012700.60.360.22336.552.1754.9
HexC8507F03C24161503437
Octal31012017707444265206467
Binary1100100010100001111111011110010010010110101010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8507F; }

 p { color: rgb(200,80,127); }

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

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

 a { background-color: rgb(200,80,127); }

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

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

 span { border-color: rgb(200,80,127); }

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