#C75681

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

Shades of Mulberry #C75681

Tints of Mulberry #C75681

Color information

#C75681 (or 0xC75681) is unknown color: approx Mulberry. HEX triplet: C7, 56 and 81. RGB value is (199,86,129). Sum of RGB (Red+Green+Blue) = 199+86+129=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C75681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75681 is #38A97E. Grayscale: #7C7C7C. Windows color (decimal): -3713407 or 8476359. OLE color: 8476359.

HSL color Cylindrical-coordinate representation of color #C75681: hue angle of 337.17º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75681 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19986129-
CMYK00.570.350.22
HSL337.17º50.22%55.88%-
HSV(B)337.17º56.78%78.04%-
XYZ30.8420.3823.08-
YUV124.69130.44181-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 86 (33.98% from 255) = 20.77%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=48.07%
G=20.77%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998612900.570.350.22337.1750.2255.88
HexC7568103923161513238
Octal30712620107143265216270
Binary11000111101011010000001011100110001110110101010001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75681; }

 p { color: rgb(199,86,129); }

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

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

 a { background-color: rgb(199,86,129); }

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

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

 span { border-color: rgb(199,86,129); }

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