#815968

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

Shades of Cannon Pink #815968

Tints of Cannon Pink #815968

Color information

#815968 (or 0x815968) is unknown color: approx Cannon Pink. HEX triplet: 81, 59 and 68. RGB value is (129,89,104). Sum of RGB (Red+Green+Blue) = 129+89+104=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 129 - color contains mainly: red. Hex color #815968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815968 is #7EA697. Grayscale: #666666. Windows color (decimal): -8300184 or 6838657. OLE color: 6838657.

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

Color convert

RGB12989104-
CMYK00.310.190.49
HSL337.5º18.35%42.75%-
HSV(B)337.5º31.01%50.59%-
XYZ15.1212.8114.77-
YUV102.67128.75146.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.06%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=40.06%
G=27.64%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298910400.310.190.49337.518.3542.75
Hex81596801F1331152122b
Octal20113115003723615222253
Binary10000001101100111010000111111001111000110101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815968; }

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

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

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

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

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

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

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

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