Html Css Color HEX #865061 Cannon Pink

📋 copy color: '#865061'

red 134 ◦ green 80 ◦ blue 97

#865061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #865061

Tints of Cannon Pink #865061

RGB

 RED value IS 134 (52.73% from 255) = 43.09%

 GREEN value IS 80 (31.64% from 255) = 25.72%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 43.09%
G = 25.72%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#865061 (or 0x865061) is known color: Cannon Pink. HEX triplet: 86, 50 and 61. RGB value is (134,80,97). Sum of RGB (Red+Green+Blue) = 134+80+97=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #865061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865061 is #79AF9E. Grayscale: #626262. Windows color (decimal): -7974815 or 6377606. OLE color: 6377606.

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

Color convert

RGB 134 80 97 -
CMYK 0 0.40 0.28 0.47
HSL 341.11º 0.25% 0.42% -
HSV(B) 341.11º 0.4% 0.53% -
XYZ 14.86 11.67 12.78 -
YUV 98.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 134 80 97 0 0.40 0.28 0.47 341.11 0.25 0.42
Hex 86 50 61 0 28 1C 2F 155 19 2A
Octal 206 120 141 0 50 34 57 525 31 52
Binary 10000110 1010000 1100001 0 101000 11100 101111 101010101 11001 101010

Color Harmonies of #865061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865061

Black with #865061

Text Example


Text Example

White with #865061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865061; }

 p { color: rgb(134,80,97); }

 H1.HeaderClassName
 {
   color: #865061;
 }
 .AnyTagClassName
 {
   color: #865061;
 }
</style>

background-color css

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

 a { background-color: rgb(134,80,97); }

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

border-color css

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

 span { border-color: rgb(134,80,97); }

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