#825768

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

Shades of Cannon Pink #825768

Tints of Cannon Pink #825768

Color information

#825768 (or 0x825768) is unknown color: approx Cannon Pink. HEX triplet: 82, 57 and 68. RGB value is (130,87,104). Sum of RGB (Red+Green+Blue) = 130+87+104=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #825768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825768 is #7DA897. Grayscale: #656565. Windows color (decimal): -8235160 or 6838146. OLE color: 6838146.

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

Color convert

RGB13087104-
CMYK00.330.20.49
HSL336.28º19.82%42.55%-
HSV(B)336.28º33.08%50.98%-
XYZ15.1112.5614.72-
YUV101.79129.25148.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=40.50%
G=27.10%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308710400.330.20.49336.2819.8242.55
Hex8257680211431150142b
Octal20212715004124615202453
Binary100000101010111110100001000011010011000110101000010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825768; }

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

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

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

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

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

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

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

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