#915063

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

Shades of Cannon Pink #915063

Tints of Cannon Pink #915063

Color information

#915063 (or 0x915063) is unknown color: approx Cannon Pink. HEX triplet: 91, 50 and 63. RGB value is (145,80,99). Sum of RGB (Red+Green+Blue) = 145+80+99=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #915063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915063 is #6EAF9C. Grayscale: #656565. Windows color (decimal): -7253917 or 6508689. OLE color: 6508689.

HSL color Cylindrical-coordinate representation of color #915063: hue angle of 342.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915063 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB1458099-
CMYK00.450.320.43
HSL342.46º28.89%44.12%-
HSV(B)342.46º44.83%56.86%-
XYZ16.812.6613.36-
YUV101.6126.53158.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=44.75%
G=24.69%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145809900.450.320.43342.4628.8944.12
Hex91506302D202B1561d2c
Octal22112014305540535263554
Binary1001000110100001100011010110110000010101110101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915063; }

 p { color: rgb(145,80,99); }

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

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

 a { background-color: rgb(145,80,99); }

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

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

 span { border-color: rgb(145,80,99); }

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