#825C62

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

Shades of Cannon Pink #825C62

Tints of Cannon Pink #825C62

Color information

#825C62 (or 0x825C62) is unknown color: approx Cannon Pink. HEX triplet: 82, 5C and 62. RGB value is (130,92,98). Sum of RGB (Red+Green+Blue) = 130+92+98=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #825C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C62 is #7DA39D. Grayscale: #686868. Windows color (decimal): -8233886 or 6446210. OLE color: 6446210.

HSL color Cylindrical-coordinate representation of color #825C62: hue angle of 350.53º 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 #825C62 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1309298-
CMYK00.290.250.49
HSL350.53º17.12%43.53%-
HSV(B)350.53º29.23%50.98%-
XYZ15.2413.2813.32-
YUV104.05124.59146.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=40.62%
G=28.75%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130929800.290.250.49350.5317.1243.53
Hex825C6201D193115f112c
Octal20213414203531615372154
Binary10000010101110011000100111011100111000110101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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