#C6509A

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

Shades of Mulberry #C6509A

Tints of Mulberry #C6509A

Color information

#C6509A (or 0xC6509A) is unknown color: approx Mulberry. HEX triplet: C6, 50 and 9A. RGB value is (198,80,154). Sum of RGB (Red+Green+Blue) = 198+80+154=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6509A is #39AF65. Grayscale: #7B7B7B. Windows color (decimal): -3780454 or 10113222. OLE color: 10113222.

HSL color Cylindrical-coordinate representation of color #C6509A: hue angle of 322.37º 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 #C6509A is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB19880154-
CMYK00.600.220.22
HSL322.37º50.86%54.51%-
HSV(B)322.37º59.6%77.65%-
XYZ31.9920.0832.76-
YUV123.72145.09180.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 80 (31.64% from 255) = 18.52%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=45.83%
G=18.52%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988015400.600.220.22322.3750.8654.51
HexC6509A03C16161423337
Octal30612023207426265026367
Binary1100011010100001001101001111001011010110101000010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6509A; }

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

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

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

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

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

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

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

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