#C6459B

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

Shades of Mulberry #C6459B

Tints of Mulberry #C6459B

Color information

#C6459B (or 0xC6459B) is unknown color: approx Mulberry. HEX triplet: C6, 45 and 9B. RGB value is (198,69,155). Sum of RGB (Red+Green+Blue) = 198+69+155=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6459B is #39BA64. Grayscale: #757575. Windows color (decimal): -3783269 or 10175942. OLE color: 10175942.

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

Color convert

RGB19869155-
CMYK00.650.220.22
HSL320º53.09%52.35%-
HSV(B)320º65.15%77.65%-
XYZ31.3318.6332.95-
YUV117.38149.24185.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.92%
GREEN value IS 69 (27.34% from 255) = 16.35%
BLUE value IS 155 (60.94% from 255) = 36.73%
R=46.92%
G=16.35%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986915500.650.220.2232053.0952.35
HexC6459B04116161403534
Octal306105233010126265006564
Binary11000110100010110011011010000011011010110101000000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6459B; }

 p { color: rgb(198,69,155); }

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

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

 a { background-color: rgb(198,69,155); }

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

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

 span { border-color: rgb(198,69,155); }

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