#825767

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

Shades of Cannon Pink #825767

Tints of Cannon Pink #825767

Color information

#825767 (or 0x825767) is unknown color: approx Cannon Pink. HEX triplet: 82, 57 and 67. RGB value is (130,87,103). Sum of RGB (Red+Green+Blue) = 130+87+103=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825767 is #7DA898. Grayscale: #656565. Windows color (decimal): -8235161 or 6772610. OLE color: 6772610.

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

Color convert

RGB13087103-
CMYK00.330.210.49
HSL337.67º19.82%42.55%-
HSV(B)337.67º33.08%50.98%-
XYZ15.0612.5414.46-
YUV101.68128.75148.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 103 (40.62% from 255) = 32.19%
R=40.62%
G=27.19%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308710300.330.210.49337.6719.8242.55
Hex8257670211531152142b
Octal20212714704125615222453
Binary100000101010111110011101000011010111000110101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825767; }

 p { color: rgb(130,87,103); }

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

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

 a { background-color: rgb(130,87,103); }

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

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

 span { border-color: rgb(130,87,103); }

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