#C7507F

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

Shades of Mulberry #C7507F

Tints of Mulberry #C7507F

Color information

#C7507F (or 0xC7507F) is unknown color: approx Mulberry. HEX triplet: C7, 50 and 7F. RGB value is (199,80,127). Sum of RGB (Red+Green+Blue) = 199+80+127=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7507F is #38AF80. Grayscale: #787878. Windows color (decimal): -3714945 or 8343751. OLE color: 8343751.

HSL color Cylindrical-coordinate representation of color #C7507F: hue angle of 336.3º 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 #C7507F is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19980127-
CMYK00.600.360.22
HSL336.3º51.52%54.71%-
HSV(B)336.3º59.8%78.04%-
XYZ30.2519.4122.23-
YUV120.94131.42183.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 80 (31.64% from 255) = 19.70%
BLUE value IS 127 (50% from 255) = 31.28%
R=49.01%
G=19.70%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998012700.600.360.22336.351.5254.71
HexC7507F03C24161503437
Octal30712017707444265206467
Binary1100011110100001111111011110010010010110101010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7507F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7507F; }

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

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

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

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

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

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

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

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