#895268

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

Shades of Cannon Pink #895268

Tints of Cannon Pink #895268

Color information

#895268 (or 0x895268) is unknown color: approx Cannon Pink. HEX triplet: 89, 52 and 68. RGB value is (137,82,104). Sum of RGB (Red+Green+Blue) = 137+82+104=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895268 is #76AD97. Grayscale: #646464. Windows color (decimal): -7777688 or 6836873. OLE color: 6836873.

HSL color Cylindrical-coordinate representation of color #895268: hue angle of 336º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895268 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB13782104-
CMYK00.400.240.46
HSL336º25.11%42.94%-
HSV(B)336º40.15%53.73%-
XYZ15.8312.3514.65-
YUV100.95129.72153.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=42.41%
G=25.39%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378210400.400.240.4633625.1142.94
Hex895268028182E150192b
Octal21112215005030565203153
Binary100010011010010110100001010001100010111010101000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895268; }

 p { color: rgb(137,82,104); }

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

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

 a { background-color: rgb(137,82,104); }

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

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

 span { border-color: rgb(137,82,104); }

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