#825C65

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

Shades of Cannon Pink #825C65

Tints of Cannon Pink #825C65

Color information

#825C65 (or 0x825C65) is unknown color: approx Cannon Pink. HEX triplet: 82, 5C and 65. RGB value is (130,92,101). Sum of RGB (Red+Green+Blue) = 130+92+101=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C65 is #7DA39A. Grayscale: #686868. Windows color (decimal): -8233883 or 6642818. OLE color: 6642818.

HSL color Cylindrical-coordinate representation of color #825C65: hue angle of 345.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C65 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13092101-
CMYK00.290.220.49
HSL345.79º17.12%43.53%-
HSV(B)345.79º29.23%50.98%-
XYZ15.3813.3414.08-
YUV104.39126.09146.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=40.25%
G=28.48%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309210100.290.220.49345.7917.1243.53
Hex825C6501D163115a112c
Octal20213414503526615322154
Binary10000010101110011001010111011011011000110101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825C65; }

 p { color: rgb(130,92,101); }

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

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

 a { background-color: rgb(130,92,101); }

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

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

 span { border-color: rgb(130,92,101); }

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