#C6508E

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

Shades of Mulberry #C6508E

Tints of Mulberry #C6508E

Color information

#C6508E (or 0xC6508E) is unknown color: approx Mulberry. HEX triplet: C6, 50 and 8E. RGB value is (198,80,142). Sum of RGB (Red+Green+Blue) = 198+80+142=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6508E is #39AF71. Grayscale: #7A7A7A. Windows color (decimal): -3780466 or 9326790. OLE color: 9326790.

HSL color Cylindrical-coordinate representation of color #C6508E: hue angle of 328.47º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6508E is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB19880142-
CMYK00.600.280.22
HSL328.47º50.86%54.51%-
HSV(B)328.47º59.6%77.65%-
XYZ31.0419.727.76-
YUV122.35139.09181.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=47.14%
G=19.05%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988014200.600.280.22328.4750.8654.51
HexC6508E03C1C161483337
Octal30612021607434265106367
Binary1100011010100001000111001111001110010110101001000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6508E; }

 p { color: rgb(198,80,142); }

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

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

 a { background-color: rgb(198,80,142); }

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

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

 span { border-color: rgb(198,80,142); }

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