#815966

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

Shades of Cannon Pink #815966

Tints of Cannon Pink #815966

Color information

#815966 (or 0x815966) is unknown color: approx Cannon Pink. HEX triplet: 81, 59 and 66. RGB value is (129,89,102). Sum of RGB (Red+Green+Blue) = 129+89+102=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #815966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815966 is #7EA699. Grayscale: #666666. Windows color (decimal): -8300186 or 6707585. OLE color: 6707585.

HSL color Cylindrical-coordinate representation of color #815966: hue angle of 340.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #815966 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB12989102-
CMYK00.310.210.49
HSL340.5º18.35%42.75%-
HSV(B)340.5º31.01%50.59%-
XYZ15.0212.7714.24-
YUV102.44127.75146.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=40.31%
G=27.81%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298910200.310.210.49340.518.3542.75
Hex81596601F1531154122b
Octal20113114603725615242253
Binary10000001101100111001100111111010111000110101010010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815966; }

 p { color: rgb(129,89,102); }

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

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

 a { background-color: rgb(129,89,102); }

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

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

 span { border-color: rgb(129,89,102); }

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