#875968

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

Shades of Cannon Pink #875968

Tints of Cannon Pink #875968

Color information

#875968 (or 0x875968) is unknown color: approx Cannon Pink. HEX triplet: 87, 59 and 68. RGB value is (135,89,104). Sum of RGB (Red+Green+Blue) = 135+89+104=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #875968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875968 is #78A697. Grayscale: #686868. Windows color (decimal): -7906968 or 6838663. OLE color: 6838663.

HSL color Cylindrical-coordinate representation of color #875968: hue angle of 340.43º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875968 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13589104-
CMYK00.340.230.47
HSL340.43º20.54%43.92%-
HSV(B)340.43º34.07%52.94%-
XYZ16.0613.314.82-
YUV104.46127.74149.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=41.16%
G=27.13%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358910400.340.230.47340.4320.5443.92
Hex875968022172F154152c
Octal20713115004227575242554
Binary100001111011001110100001000101011110111110101010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875968; }

 p { color: rgb(135,89,104); }

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

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

 a { background-color: rgb(135,89,104); }

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

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

 span { border-color: rgb(135,89,104); }

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