#C758A7

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

Shades of Mulberry #C758A7

Tints of Mulberry #C758A7

Color information

#C758A7 (or 0xC758A7) is unknown color: approx Mulberry. HEX triplet: C7, 58 and A7. RGB value is (199,88,167). Sum of RGB (Red+Green+Blue) = 199+88+167=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 167 (65.62% from 255 or 36.78% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C758A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758A7 is #38A758. Grayscale: #818181. Windows color (decimal): -3712857 or 10967239. OLE color: 10967239.

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

Color convert

RGB19988167-
CMYK00.560.160.22
HSL317.3º49.78%56.27%-
HSV(B)317.3º55.78%78.04%-
XYZ34.0221.9139-
YUV130.2148.77177.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.83%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 167 (65.62% from 255) = 36.78%
R=43.83%
G=19.38%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998816700.560.160.22317.349.7856.27
HexC758A7038101613d3238
Octal30713024707020264756270
Binary1100011110110001010011101110001000010110100111101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C758A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C758A7; }

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

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

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

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

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

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

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

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