#C6497E

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

Shades of Mulberry #C6497E

Tints of Mulberry #C6497E

Color information

#C6497E (or 0xC6497E) is unknown color: approx Mulberry. HEX triplet: C6, 49 and 7E. RGB value is (198,73,126). Sum of RGB (Red+Green+Blue) = 198+73+126=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6497E is #39B681. Grayscale: #747474. Windows color (decimal): -3782274 or 8276422. OLE color: 8276422.

HSL color Cylindrical-coordinate representation of color #C6497E: hue angle of 334.56º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6497E is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19873126-
CMYK00.630.360.22
HSL334.56º52.3%53.14%-
HSV(B)334.56º63.13%77.65%-
XYZ29.4418.2821.72-
YUV116.42133.41186.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 73 (28.91% from 255) = 18.39%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=49.87%
G=18.39%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987312600.630.360.22334.5652.353.14
HexC6497E03F241614f3435
Octal30611117607744265176465
Binary1100011010010011111110011111110010010110101001111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6497E; }

 p { color: rgb(198,73,126); }

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

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

 a { background-color: rgb(198,73,126); }

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

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

 span { border-color: rgb(198,73,126); }

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