#875669

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

Shades of Cannon Pink #875669

Tints of Cannon Pink #875669

Color information

#875669 (or 0x875669) is unknown color: approx Cannon Pink. HEX triplet: 87, 56 and 69. RGB value is (135,86,105). Sum of RGB (Red+Green+Blue) = 135+86+105=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #875669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875669 is #78A996. Grayscale: #666666. Windows color (decimal): -7907735 or 6903431. OLE color: 6903431.

HSL color Cylindrical-coordinate representation of color #875669: hue angle of 336.73º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #875669 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13586105-
CMYK00.360.220.47
HSL336.73º22.17%43.33%-
HSV(B)336.73º36.3%52.94%-
XYZ15.8712.8315-
YUV102.82129.23150.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=41.41%
G=26.38%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358610500.360.220.47336.7322.1743.33
Hex875669024162F151162b
Octal20712615104426575212653
Binary100001111010110110100101001001011010111110101000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875669; }

 p { color: rgb(135,86,105); }

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

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

 a { background-color: rgb(135,86,105); }

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

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

 span { border-color: rgb(135,86,105); }

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