#c75b82

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

Shades of Mulberry #C75B82

Tints of Mulberry #C75B82

Color information

#C75B82 (or 0xC75B82) is unknown color: approx Mulberry. HEX triplet: C7, 5B and 82. RGB value is (199,91,130). Sum of RGB (Red+Green+Blue) = 199+91+130=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75B82 is #38A47D. Grayscale: #7F7F7F. Windows color (decimal): -3712126 or 8543175. OLE color: 8543175.

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

Color convert

RGB19991130-
CMYK00.540.350.22
HSL338.33º49.09%56.86%-
HSV(B)338.33º54.27%78.04%-
XYZ31.3221.2423.57-
YUV127.74129.28178.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.38%
GREEN value IS 91 (35.94% from 255) = 21.67%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=47.38%
G=21.67%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999113000.540.350.22338.3349.0956.86
HexC75B8203623161523139
Octal30713320206643265226171
Binary11000111101101110000010011011010001110110101010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75b82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75b82; }

 p { color: rgb(199,91,130); }

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

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

 a { background-color: rgb(199,91,130); }

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

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

 span { border-color: rgb(199,91,130); }

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