#C05C9A

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

Shades of Mulberry #C05C9A

Tints of Mulberry #C05C9A

Color information

#C05C9A (or 0xC05C9A) is unknown color: approx Mulberry. HEX triplet: C0, 5C and 9A. RGB value is (192,92,154). Sum of RGB (Red+Green+Blue) = 192+92+154=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C9A is #3FA365. Grayscale: #808080. Windows color (decimal): -4170598 or 10116288. OLE color: 10116288.

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

Color convert

RGB19292154-
CMYK00.520.200.25
HSL322.8º44.25%55.69%-
HSV(B)322.8º52.08%75.29%-
XYZ31.421.1933.01-
YUV128.97142.13172.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.84%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=43.84%
G=21.00%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929215400.520.200.25322.844.2555.69
HexC05C9A03414191432c38
Octal30013423206424315035470
Binary1100000010111001001101001101001010011001101000011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05C9A; }

 p { color: rgb(192,92,154); }

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

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

 a { background-color: rgb(192,92,154); }

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

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

 span { border-color: rgb(192,92,154); }

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