#C75B92

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

Shades of Mulberry #C75B92

Tints of Mulberry #C75B92

Color information

#C75B92 (or 0xC75B92) is unknown color: approx Mulberry. HEX triplet: C7, 5B and 92. RGB value is (199,91,146). Sum of RGB (Red+Green+Blue) = 199+91+146=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75B92 is #38A46D. Grayscale: #818181. Windows color (decimal): -3712110 or 9591751. OLE color: 9591751.

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

Color convert

RGB19991146-
CMYK00.540.270.22
HSL329.44º49.09%56.86%-
HSV(B)329.44º54.27%78.04%-
XYZ32.4821.729.67-
YUV129.56137.28177.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 146 (57.42% from 255) = 33.49%
R=45.64%
G=20.87%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999114600.540.270.22329.4449.0956.86
HexC75B920361B161493139
Octal30713322206633265116171
Binary1100011110110111001001001101101101110110101001001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75B92; }

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

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

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

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

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

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

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

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