#815763

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

Shades of Cannon Pink #815763

Tints of Cannon Pink #815763

Color information

#815763 (or 0x815763) is unknown color: approx Cannon Pink. HEX triplet: 81, 57 and 63. RGB value is (129,87,99). Sum of RGB (Red+Green+Blue) = 129+87+99=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815763 is #7EA89C. Grayscale: #646464. Windows color (decimal): -8300701 or 6510465. OLE color: 6510465.

HSL color Cylindrical-coordinate representation of color #815763: hue angle of 342.86º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815763 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB1298799-
CMYK00.330.230.49
HSL342.86º19.44%42.35%-
HSV(B)342.86º32.56%50.59%-
XYZ14.7112.3813.42-
YUV100.93126.91148.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=40.95%
G=27.62%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129879900.330.230.49342.8619.4442.35
Hex8157630211731157132a
Octal20112714304127615272352
Binary100000011010111110001101000011011111000110101011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815763; }

 p { color: rgb(129,87,99); }

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

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

 a { background-color: rgb(129,87,99); }

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

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

 span { border-color: rgb(129,87,99); }

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