#C05599

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

Shades of Mulberry #C05599

Tints of Mulberry #C05599

Color information

#C05599 (or 0xC05599) is unknown color: approx Mulberry. HEX triplet: C0, 55 and 99. RGB value is (192,85,153). Sum of RGB (Red+Green+Blue) = 192+85+153=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C05599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05599 is #3FAA66. Grayscale: #7C7C7C. Windows color (decimal): -4172391 or 10048960. OLE color: 10048960.

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

Color convert

RGB19285153-
CMYK00.560.200.25
HSL321.87º45.92%54.31%-
HSV(B)321.87º55.73%75.29%-
XYZ30.742032.38-
YUV124.74143.95175.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=44.65%
G=19.77%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928515300.560.200.25321.8745.9254.31
HexC0559903814191422e36
Octal30012523107024315025666
Binary1100000010101011001100101110001010011001101000010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05599; }

 p { color: rgb(192,85,153); }

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

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

 a { background-color: rgb(192,85,153); }

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

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

 span { border-color: rgb(192,85,153); }

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