#875265

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

Shades of Cannon Pink #875265

Tints of Cannon Pink #875265

Color information

#875265 (or 0x875265) is unknown color: approx Cannon Pink. HEX triplet: 87, 52 and 65. RGB value is (135,82,101). Sum of RGB (Red+Green+Blue) = 135+82+101=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #875265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875265 is #78AD9A. Grayscale: #636363. Windows color (decimal): -7908763 or 6640263. OLE color: 6640263.

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

Color convert

RGB13582101-
CMYK00.390.250.47
HSL338.49º24.42%42.55%-
HSV(B)338.49º39.26%52.94%-
XYZ15.3612.1313.84-
YUV100.01128.56152.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 82 (32.42% from 255) = 25.79%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=42.45%
G=25.79%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358210100.390.250.47338.4924.4242.55
Hex875265027192F152182b
Octal20712214504731575223053
Binary100001111010010110010101001111100110111110101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875265; }

 p { color: rgb(135,82,101); }

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

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

 a { background-color: rgb(135,82,101); }

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

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

 span { border-color: rgb(135,82,101); }

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