#C05F94

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

Shades of Mulberry #C05F94

Tints of Mulberry #C05F94

Color information

#C05F94 (or 0xC05F94) is unknown color: approx Mulberry. HEX triplet: C0, 5F and 94. RGB value is (192,95,148). Sum of RGB (Red+Green+Blue) = 192+95+148=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F94 is #3FA06B. Grayscale: #818181. Windows color (decimal): -4169836 or 9723840. OLE color: 9723840.

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

Color convert

RGB19295148-
CMYK00.510.230.25
HSL327.22º43.5%56.27%-
HSV(B)327.22º50.52%75.29%-
XYZ31.1821.5330.53-
YUV130.05138.14172.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=44.14%
G=21.84%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929514800.510.230.25327.2243.556.27
HexC05F9403317191472b38
Octal30013722406327315075370
Binary1100000010111111001010001100111011111001101000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F94; }

 p { color: rgb(192,95,148); }

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

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

 a { background-color: rgb(192,95,148); }

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

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

 span { border-color: rgb(192,95,148); }

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