#C75A93

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

Shades of Mulberry #C75A93

Tints of Mulberry #C75A93

Color information

#C75A93 (or 0xC75A93) is unknown color: approx Mulberry. HEX triplet: C7, 5A and 93. RGB value is (199,90,147). Sum of RGB (Red+Green+Blue) = 199+90+147=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A93 is #38A56C. Grayscale: #808080. Windows color (decimal): -3712365 or 9657031. OLE color: 9657031.

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

Color convert

RGB19990147-
CMYK00.550.260.22
HSL328.62º49.32%56.67%-
HSV(B)328.62º54.77%78.04%-
XYZ32.4821.5630.05-
YUV129.09138.11177.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=45.64%
G=20.64%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999014700.550.260.22328.6249.3256.67
HexC75A930371A161493139
Octal30713222306732265116171
Binary1100011110110101001001101101111101010110101001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75A93; }

 p { color: rgb(199,90,147); }

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

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

 a { background-color: rgb(199,90,147); }

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

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

 span { border-color: rgb(199,90,147); }

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