#815462

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

Shades of Cannon Pink #815462

Tints of Cannon Pink #815462

Color information

#815462 (or 0x815462) is unknown color: approx Cannon Pink. HEX triplet: 81, 54 and 62. RGB value is (129,84,98). Sum of RGB (Red+Green+Blue) = 129+84+98=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #815462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815462 is #7EAB9D. Grayscale: #636363. Windows color (decimal): -8301470 or 6444161. OLE color: 6444161.

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

Color convert

RGB1298498-
CMYK00.350.240.49
HSL341.33º21.13%41.76%-
HSV(B)341.33º34.88%50.59%-
XYZ14.4311.8913.09-
YUV99.05127.41149.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.48%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=41.48%
G=27.01%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129849800.350.240.49341.3321.1341.76
Hex8154620231831155152a
Octal20112414204330615252552
Binary100000011010100110001001000111100011000110101010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815462; }

 p { color: rgb(129,84,98); }

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

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

 a { background-color: rgb(129,84,98); }

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

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

 span { border-color: rgb(129,84,98); }

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