#835669

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

Shades of Cannon Pink #835669

Tints of Cannon Pink #835669

Color information

#835669 (or 0x835669) is unknown color: approx Cannon Pink. HEX triplet: 83, 56 and 69. RGB value is (131,86,105). Sum of RGB (Red+Green+Blue) = 131+86+105=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #835669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835669 is #7CA996. Grayscale: #656565. Windows color (decimal): -8169879 or 6903427. OLE color: 6903427.

HSL color Cylindrical-coordinate representation of color #835669: hue angle of 334.67º 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 #835669 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB13186105-
CMYK00.340.200.49
HSL334.67º20.74%42.55%-
HSV(B)334.67º34.35%51.37%-
XYZ15.2412.514.97-
YUV101.62129.91148.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=40.68%
G=26.71%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318610500.340.200.49334.6720.7442.55
Hex835669022143114f152b
Octal20312615104224615172553
Binary100000111010110110100101000101010011000110100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835669; }

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

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

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

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

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

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

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

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