#865762

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

Shades of Cannon Pink #865762

Tints of Cannon Pink #865762

Color information

#865762 (or 0x865762) is unknown color: approx Cannon Pink. HEX triplet: 86, 57 and 62. RGB value is (134,87,98). Sum of RGB (Red+Green+Blue) = 134+87+98=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865762 is #79A89D. Grayscale: #666666. Windows color (decimal): -7973022 or 6444934. OLE color: 6444934.

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

Color convert

RGB1348798-
CMYK00.350.270.47
HSL345.96º21.27%43.33%-
HSV(B)345.96º35.07%52.55%-
XYZ15.4412.7713.21-
YUV102.31125.57150.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=42.01%
G=27.27%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134879800.350.270.47345.9621.2743.33
Hex8657620231B2F15a152b
Octal20612714204333575322553
Binary100001101010111110001001000111101110111110101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865762; }

 p { color: rgb(134,87,98); }

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

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

 a { background-color: rgb(134,87,98); }

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

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

 span { border-color: rgb(134,87,98); }

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