#C75685

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

Shades of Mulberry #C75685

Tints of Mulberry #C75685

Color information

#C75685 (or 0xC75685) is unknown color: approx Mulberry. HEX triplet: C7, 56 and 85. RGB value is (199,86,133). Sum of RGB (Red+Green+Blue) = 199+86+133=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C75685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75685 is #38A97A. Grayscale: #7D7D7D. Windows color (decimal): -3713403 or 8738503. OLE color: 8738503.

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

Color convert

RGB19986133-
CMYK00.570.330.22
HSL335.04º50.22%55.88%-
HSV(B)335.04º56.78%78.04%-
XYZ31.1120.4924.51-
YUV125.15132.44180.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.61%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=47.61%
G=20.57%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998613300.570.330.22335.0450.2255.88
HexC75685039211614f3238
Octal30712620507141265176270
Binary11000111101011010000101011100110000110110101001111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75685; }

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

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

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

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

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

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

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

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