#C758A5

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

Shades of Mulberry #C758A5

Tints of Mulberry #C758A5

Color information

#C758A5 (or 0xC758A5) is unknown color: approx Mulberry. HEX triplet: C7, 58 and A5. RGB value is (199,88,165). Sum of RGB (Red+Green+Blue) = 199+88+165=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C758A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758A5 is #38A75A. Grayscale: #818181. Windows color (decimal): -3712859 or 10836167. OLE color: 10836167.

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

Color convert

RGB19988165-
CMYK00.560.170.22
HSL318.38º49.78%56.27%-
HSV(B)318.38º55.78%78.04%-
XYZ33.8321.8438.03-
YUV129.97147.77177.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.03%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=44.03%
G=19.47%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998816500.560.170.22318.3849.7856.27
HexC758A5038111613e3238
Octal30713024507021264766270
Binary1100011110110001010010101110001000110110100111110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C758A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C758A5; }

 p { color: rgb(199,88,165); }

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

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

 a { background-color: rgb(199,88,165); }

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

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

 span { border-color: rgb(199,88,165); }

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