#835A6C

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

Shades of Cannon Pink #835A6C

Tints of Cannon Pink #835A6C

Color information

#835A6C (or 0x835A6C) is unknown color: approx Cannon Pink. HEX triplet: 83, 5A and 6C. RGB value is (131,90,108). Sum of RGB (Red+Green+Blue) = 131+90+108=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 131 - color contains mainly: red. Hex color #835A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835A6C is #7CA593. Grayscale: #686868. Windows color (decimal): -8168852 or 7101059. OLE color: 7101059.

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

Color convert

RGB13190108-
CMYK00.310.180.49
HSL333.66º18.55%43.33%-
HSV(B)333.66º31.3%51.37%-
XYZ15.7213.2215.91-
YUV104.31130.08147.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 108 (42.58% from 255) = 32.83%
R=39.82%
G=27.36%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319010800.310.180.49333.6618.5543.33
Hex835A6C01F123114e132b
Octal20313215403722615162353
Binary10000011101101011011000111111001011000110100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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