#865567

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

Shades of Cannon Pink #865567

Tints of Cannon Pink #865567

Color information

#865567 (or 0x865567) is unknown color: approx Cannon Pink. HEX triplet: 86, 55 and 67. RGB value is (134,85,103). Sum of RGB (Red+Green+Blue) = 134+85+103=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865567 is #79AA98. Grayscale: #656565. Windows color (decimal): -7973529 or 6772102. OLE color: 6772102.

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

Color convert

RGB13485103-
CMYK00.370.230.47
HSL337.96º22.37%42.94%-
HSV(B)337.96º36.57%52.55%-
XYZ15.5312.5414.43-
YUV101.7128.73151.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.61%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=41.61%
G=26.40%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348510300.370.230.47337.9622.3742.94
Hex865567025172F152162b
Octal20612514704527575222653
Binary100001101010101110011101001011011110111110101001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865567; }

 p { color: rgb(134,85,103); }

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

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

 a { background-color: rgb(134,85,103); }

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

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

 span { border-color: rgb(134,85,103); }

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