#835A68

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

Shades of Cannon Pink #835A68

Tints of Cannon Pink #835A68

Color information

#835A68 (or 0x835A68) is unknown color: approx Cannon Pink. HEX triplet: 83, 5A and 68. RGB value is (131,90,104). Sum of RGB (Red+Green+Blue) = 131+90+104=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #835A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A68 is #7CA597. Grayscale: #676767. Windows color (decimal): -8168856 or 6838915. OLE color: 6838915.

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

Color convert

RGB13190104-
CMYK00.310.210.49
HSL339.51º18.55%43.33%-
HSV(B)339.51º31.3%51.37%-
XYZ15.5113.1414.81-
YUV103.85128.08147.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 104 (41.02% from 255) = 32%
R=40.31%
G=27.69%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319010400.310.210.49339.5118.5543.33
Hex835A6801F1531154132b
Octal20313215003725615242353
Binary10000011101101011010000111111010111000110101010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835A68; }

 p { color: rgb(131,90,104); }

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

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

 a { background-color: rgb(131,90,104); }

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

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

 span { border-color: rgb(131,90,104); }

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