#815960

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

Shades of Cannon Pink #815960

Tints of Cannon Pink #815960

Color information

#815960 (or 0x815960) is unknown color: approx Cannon Pink. HEX triplet: 81, 59 and 60. RGB value is (129,89,96). Sum of RGB (Red+Green+Blue) = 129+89+96=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815960 is #7EA69F. Grayscale: #656565. Windows color (decimal): -8300192 or 6314369. OLE color: 6314369.

HSL color Cylindrical-coordinate representation of color #815960: hue angle of 349.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 #815960 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1298996-
CMYK00.310.260.49
HSL349.5º18.35%42.75%-
HSV(B)349.5º31.01%50.59%-
XYZ14.7412.6612.73-
YUV101.76124.75147.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=41.08%
G=28.34%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129899600.310.260.49349.518.3542.75
Hex81596001F1A3115e122b
Octal20113114003732615362253
Binary10000001101100111000000111111101011000110101111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815960; }

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

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

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

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

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

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

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

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