#875166

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

Shades of Cannon Pink #875166

Tints of Cannon Pink #875166

Color information

#875166 (or 0x875166) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 66. RGB value is (135,81,102). Sum of RGB (Red+Green+Blue) = 135+81+102=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875166 is #78AE99. Grayscale: #636363. Windows color (decimal): -7909018 or 6705543. OLE color: 6705543.

HSL color Cylindrical-coordinate representation of color #875166: hue angle of 336.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875166 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13581102-
CMYK00.400.240.47
HSL336.67º25%42.35%-
HSV(B)336.67º40%52.94%-
XYZ15.331214.08-
YUV99.54129.39153.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=42.45%
G=25.47%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358110200.400.240.47336.672542.35
Hex875166028182F151192a
Octal20712114605030575213152
Binary100001111010001110011001010001100010111110101000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875166; }

 p { color: rgb(135,81,102); }

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

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

 a { background-color: rgb(135,81,102); }

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

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

 span { border-color: rgb(135,81,102); }

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