#875869

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

Shades of Cannon Pink #875869

Tints of Cannon Pink #875869

Color information

#875869 (or 0x875869) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 69. RGB value is (135,88,105). Sum of RGB (Red+Green+Blue) = 135+88+105=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #875869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875869 is #78A796. Grayscale: #676767. Windows color (decimal): -7907223 or 6903943. OLE color: 6903943.

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

Color convert

RGB13588105-
CMYK00.350.220.47
HSL338.3º21.08%43.73%-
HSV(B)338.3º34.81%52.94%-
XYZ16.0313.1515.06-
YUV103.99128.57150.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 105 (41.41% from 255) = 32.01%
R=41.16%
G=26.83%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358810500.350.220.47338.321.0843.73
Hex875869023162F152152c
Octal20713015104326575222554
Binary100001111011000110100101000111011010111110101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875869; }

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

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

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

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

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

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

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

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