#835664

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

Shades of Cannon Pink #835664

Tints of Cannon Pink #835664

Color information

#835664 (or 0x835664) is unknown color: approx Cannon Pink. HEX triplet: 83, 56 and 64. RGB value is (131,86,100). Sum of RGB (Red+Green+Blue) = 131+86+100=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835664 is #7CA99B. Grayscale: #656565. Windows color (decimal): -8169884 or 6575747. OLE color: 6575747.

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

Color convert

RGB13186100-
CMYK00.340.240.49
HSL341.33º20.74%42.55%-
HSV(B)341.33º34.35%51.37%-
XYZ14.9912.413.66-
YUV101.05127.41149.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=41.32%
G=27.13%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318610000.340.240.49341.3320.7442.55
Hex8356640221831155152b
Octal20312614404230615252553
Binary100000111010110110010001000101100011000110101010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835664; }

 p { color: rgb(131,86,100); }

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

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

 a { background-color: rgb(131,86,100); }

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

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

 span { border-color: rgb(131,86,100); }

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