#825867

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

Shades of Cannon Pink #825867

Tints of Cannon Pink #825867

Color information

#825867 (or 0x825867) is unknown color: approx Cannon Pink. HEX triplet: 82, 58 and 67. RGB value is (130,88,103). Sum of RGB (Red+Green+Blue) = 130+88+103=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #825867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825867 is #7DA798. Grayscale: #666666. Windows color (decimal): -8234905 or 6772866. OLE color: 6772866.

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

Color convert

RGB13088103-
CMYK00.320.210.49
HSL338.57º19.27%42.75%-
HSV(B)338.57º32.31%50.98%-
XYZ15.1412.714.49-
YUV102.27128.41147.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=40.50%
G=27.41%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308810300.320.210.49338.5719.2742.75
Hex8258670201531153132b
Octal20213014704025615232353
Binary100000101011000110011101000001010111000110101001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825867; }

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

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

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

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

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

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

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

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