#C05F9E

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

Shades of Mulberry #C05F9E

Tints of Mulberry #C05F9E

Color information

#C05F9E (or 0xC05F9E) is unknown color: approx Mulberry. HEX triplet: C0, 5F and 9E. RGB value is (192,95,158). Sum of RGB (Red+Green+Blue) = 192+95+158=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F9E is #3FA061. Grayscale: #838383. Windows color (decimal): -4169826 or 10379200. OLE color: 10379200.

HSL color Cylindrical-coordinate representation of color #C05F9E: hue angle of 321.03º 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 #C05F9E is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19295158-
CMYK00.510.180.25
HSL321.03º43.5%56.27%-
HSV(B)321.03º50.52%75.29%-
XYZ3221.8634.88-
YUV131.18143.14171.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=43.15%
G=21.35%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929515800.510.180.25321.0343.556.27
HexC05F9E03312191412b38
Octal30013723606322315015370
Binary1100000010111111001111001100111001011001101000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F9E; }

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

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

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

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

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

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

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

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