#835667

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

Shades of Cannon Pink #835667

Tints of Cannon Pink #835667

Color information

#835667 (or 0x835667) is unknown color: approx Cannon Pink. HEX triplet: 83, 56 and 67. RGB value is (131,86,103). Sum of RGB (Red+Green+Blue) = 131+86+103=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #835667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835667 is #7CA998. Grayscale: #656565. Windows color (decimal): -8169881 or 6772355. OLE color: 6772355.

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

Color convert

RGB13186103-
CMYK00.340.210.49
HSL337.33º20.74%42.55%-
HSV(B)337.33º34.35%51.37%-
XYZ15.1412.4614.44-
YUV101.39128.91149.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=40.94%
G=26.88%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318610300.340.210.49337.3320.7442.55
Hex8356670221531151152b
Octal20312614704225615212553
Binary100000111010110110011101000101010111000110101000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835667; }

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

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

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

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

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

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

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

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