#815B66

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

Shades of Cannon Pink #815B66

Tints of Cannon Pink #815B66

Color information

#815B66 (or 0x815B66) is unknown color: approx Cannon Pink. HEX triplet: 81, 5B and 66. RGB value is (129,91,102). Sum of RGB (Red+Green+Blue) = 129+91+102=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #815B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B66 is #7EA499. Grayscale: #676767. Windows color (decimal): -8299674 or 6708097. OLE color: 6708097.

HSL color Cylindrical-coordinate representation of color #815B66: hue angle of 342.63º 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 #815B66 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB12991102-
CMYK00.290.210.49
HSL342.63º17.27%43.14%-
HSV(B)342.63º29.46%50.59%-
XYZ15.1913.1114.3-
YUV103.62127.09146.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=40.06%
G=28.26%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299110200.290.210.49342.6317.2743.14
Hex815B6601D1531157112b
Octal20113314603525615272153
Binary10000001101101111001100111011010111000110101011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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