#815665

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

Shades of Cannon Pink #815665

Tints of Cannon Pink #815665

Color information

#815665 (or 0x815665) is unknown color: approx Cannon Pink. HEX triplet: 81, 56 and 65. RGB value is (129,86,101). Sum of RGB (Red+Green+Blue) = 129+86+101=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #815665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815665 is #7EA99A. Grayscale: #646464. Windows color (decimal): -8300955 or 6641281. OLE color: 6641281.

HSL color Cylindrical-coordinate representation of color #815665: hue angle of 339.07º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815665 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12986101-
CMYK00.330.220.49
HSL339.07º20%42.16%-
HSV(B)339.07º33.33%50.59%-
XYZ14.7312.2613.9-
YUV100.57128.25148.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=40.82%
G=27.22%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298610100.330.220.49339.072042.16
Hex8156650211631153142a
Octal20112614504126615232452
Binary100000011010110110010101000011011011000110101001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815665; }

 p { color: rgb(129,86,101); }

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

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

 a { background-color: rgb(129,86,101); }

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

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

 span { border-color: rgb(129,86,101); }

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