#875366

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

Shades of Cannon Pink #875366

Tints of Cannon Pink #875366

Color information

#875366 (or 0x875366) is unknown color: approx Cannon Pink. HEX triplet: 87, 53 and 66. RGB value is (135,83,102). Sum of RGB (Red+Green+Blue) = 135+83+102=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #875366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875366 is #78AC99. Grayscale: #646464. Windows color (decimal): -7908506 or 6706055. OLE color: 6706055.

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

Color convert

RGB13583102-
CMYK00.390.240.47
HSL338.08º23.85%42.75%-
HSV(B)338.08º38.52%52.94%-
XYZ15.4812.314.13-
YUV100.71128.73152.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=42.19%
G=25.94%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358310200.390.240.47338.0823.8542.75
Hex875366027182F152182b
Octal20712314604730575223053
Binary100001111010011110011001001111100010111110101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875366; }

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

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

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

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

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

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

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

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