#C7517D

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

Shades of Mulberry #C7517D

Tints of Mulberry #C7517D

Color information

#C7517D (or 0xC7517D) is unknown color: approx Mulberry. HEX triplet: C7, 51 and 7D. RGB value is (199,81,125). Sum of RGB (Red+Green+Blue) = 199+81+125=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7517D is #38AE82. Grayscale: #797979. Windows color (decimal): -3714691 or 8212935. OLE color: 8212935.

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

Color convert

RGB19981125-
CMYK00.590.370.22
HSL337.63º51.3%54.9%-
HSV(B)337.63º59.3%78.04%-
XYZ30.219.5121.58-
YUV121.3130.09183.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=49.14%
G=20%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998112500.590.370.22337.6351.354.9
HexC7517D03B25161523337
Octal30712117507345265226367
Binary1100011110100011111101011101110010110110101010010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7517D; }

 p { color: rgb(199,81,125); }

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

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

 a { background-color: rgb(199,81,125); }

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

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

 span { border-color: rgb(199,81,125); }

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