#875969

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

Shades of Cannon Pink #875969

Tints of Cannon Pink #875969

Color information

#875969 (or 0x875969) is unknown color: approx Cannon Pink. HEX triplet: 87, 59 and 69. RGB value is (135,89,105). Sum of RGB (Red+Green+Blue) = 135+89+105=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875969 is #78A696. Grayscale: #686868. Windows color (decimal): -7906967 or 6904199. OLE color: 6904199.

HSL color Cylindrical-coordinate representation of color #875969: hue angle of 339.13º 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 #875969 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13589105-
CMYK00.340.220.47
HSL339.13º20.54%43.92%-
HSV(B)339.13º34.07%52.94%-
XYZ16.1113.3215.09-
YUV104.58128.24149.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=41.03%
G=27.05%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358910500.340.220.47339.1320.5443.92
Hex875969022162F153152c
Octal20713115104226575232554
Binary100001111011001110100101000101011010111110101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875969; }

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

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

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

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

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

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

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

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