#815B62

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

Shades of Cannon Pink #815B62

Tints of Cannon Pink #815B62

Color information

#815B62 (or 0x815B62) is unknown color: approx Cannon Pink. HEX triplet: 81, 5B and 62. RGB value is (129,91,98). Sum of RGB (Red+Green+Blue) = 129+91+98=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #815B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B62 is #7EA49D. Grayscale: #676767. Windows color (decimal): -8299678 or 6445953. OLE color: 6445953.

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

Color convert

RGB1299198-
CMYK00.290.240.49
HSL348.95º17.27%43.14%-
HSV(B)348.95º29.46%50.59%-
XYZ1513.0313.28-
YUV103.16125.09146.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=40.57%
G=28.62%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129919800.290.240.49348.9517.2743.14
Hex815B6201D183115d112b
Octal20113314203530615352153
Binary10000001101101111000100111011100011000110101110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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