#815965

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

Shades of Cannon Pink #815965

Tints of Cannon Pink #815965

Color information

#815965 (or 0x815965) is unknown color: approx Cannon Pink. HEX triplet: 81, 59 and 65. RGB value is (129,89,101). Sum of RGB (Red+Green+Blue) = 129+89+101=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #815965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815965 is #7EA69A. Grayscale: #666666. Windows color (decimal): -8300187 or 6642049. OLE color: 6642049.

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

Color convert

RGB12989101-
CMYK00.310.220.49
HSL342º18.35%42.75%-
HSV(B)342º31.01%50.59%-
XYZ14.9712.7513.98-
YUV102.33127.25147.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 101 (39.84% from 255) = 31.66%
R=40.44%
G=27.90%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298910100.310.220.4934218.3542.75
Hex81596501F1631156122b
Octal20113114503726615262253
Binary10000001101100111001010111111011011000110101011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815965; }

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

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

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

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

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

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

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

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