#C0568C

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

Shades of Mulberry #C0568C

Tints of Mulberry #C0568C

Color information

#C0568C (or 0xC0568C) is unknown color: approx Mulberry. HEX triplet: C0, 56 and 8C. RGB value is (192,86,140). Sum of RGB (Red+Green+Blue) = 192+86+140=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0568C is #3FA973. Grayscale: #7B7B7B. Windows color (decimal): -4172148 or 9197248. OLE color: 9197248.

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

Color convert

RGB19286140-
CMYK00.550.270.25
HSL329.43º45.69%54.51%-
HSV(B)329.43º55.21%75.29%-
XYZ29.819.7627.05-
YUV123.85137.12176.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=45.93%
G=20.57%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928614000.550.270.25329.4345.6954.51
HexC0568C0371B191492e37
Octal30012621406733315115667
Binary1100000010101101000110001101111101111001101001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0568C; }

 p { color: rgb(192,86,140); }

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

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

 a { background-color: rgb(192,86,140); }

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

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

 span { border-color: rgb(192,86,140); }

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