#C75692

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

Shades of Mulberry #C75692

Tints of Mulberry #C75692

Color information

#C75692 (or 0xC75692) is unknown color: approx Mulberry. HEX triplet: C7, 56 and 92. RGB value is (199,86,146). Sum of RGB (Red+Green+Blue) = 199+86+146=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C75692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75692 is #38A96D. Grayscale: #7E7E7E. Windows color (decimal): -3713390 or 9590471. OLE color: 9590471.

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

Color convert

RGB19986146-
CMYK00.570.270.22
HSL328.14º50.22%55.88%-
HSV(B)328.14º56.78%78.04%-
XYZ32.0720.8729.53-
YUV126.63138.94179.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 146 (57.42% from 255) = 33.87%
R=46.17%
G=19.95%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998614600.570.270.22328.1450.2255.88
HexC756920391B161483238
Octal30712622207133265106270
Binary1100011110101101001001001110011101110110101001000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75692; }

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

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

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

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

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

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

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

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