#C05885

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

Shades of Mulberry #C05885

Tints of Mulberry #C05885

Color information

#C05885 (or 0xC05885) is unknown color: approx Mulberry. HEX triplet: C0, 58 and 85. RGB value is (192,88,133). Sum of RGB (Red+Green+Blue) = 192+88+133=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C05885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05885 is #3FA77A. Grayscale: #7C7C7C. Windows color (decimal): -4171643 or 8739008. OLE color: 8739008.

HSL color Cylindrical-coordinate representation of color #C05885: hue angle of 334.04º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05885 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB19288133-
CMYK00.540.310.25
HSL334.04º45.22%54.9%-
HSV(B)334.04º54.17%75.29%-
XYZ29.4619.8824.47-
YUV124.23132.96176.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 88 (34.77% from 255) = 21.31%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=46.49%
G=21.31%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928813300.540.310.25334.0445.2254.9
HexC058850361F1914e2d37
Octal30013020506637315165567
Binary1100000010110001000010101101101111111001101001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05885; }

 p { color: rgb(192,88,133); }

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

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

 a { background-color: rgb(192,88,133); }

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

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

 span { border-color: rgb(192,88,133); }

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