#815B64

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

Shades of Cannon Pink #815B64

Tints of Cannon Pink #815B64

Color information

#815B64 (or 0x815B64) is unknown color: approx Cannon Pink. HEX triplet: 81, 5B and 64. RGB value is (129,91,100). Sum of RGB (Red+Green+Blue) = 129+91+100=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #815B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B64 is #7EA49B. Grayscale: #676767. Windows color (decimal): -8299676 or 6577025. OLE color: 6577025.

HSL color Cylindrical-coordinate representation of color #815B64: hue angle of 345.79º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815B64 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB12991100-
CMYK00.290.220.49
HSL345.79º17.27%43.14%-
HSV(B)345.79º29.46%50.59%-
XYZ15.0913.0713.78-
YUV103.39126.09146.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 91 (35.94% from 255) = 28.44%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=40.31%
G=28.44%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299110000.290.220.49345.7917.2743.14
Hex815B6401D163115a112b
Octal20113314403526615322153
Binary10000001101101111001000111011011011000110101101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815B64; }

 p { color: rgb(129,91,100); }

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

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

 a { background-color: rgb(129,91,100); }

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

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

 span { border-color: rgb(129,91,100); }

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