Html Css Color HEX #864759 Cannon Pink

📋 copy color: '#864759'

red 134 ◦ green 71 ◦ blue 89

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

Shades of Cannon Pink #864759

Tints of Cannon Pink #864759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

 BLUE value IS 89 (35.16% from 255) = 30.27%

R = 45.58%
G = 24.15%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#864759 (or 0x864759) is known color: Cannon Pink. HEX triplet: 86, 47 and 59. RGB value is (134,71,89). Sum of RGB (Red+Green+Blue) = 134+71+89=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #864759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864759 is #79B8A6. Grayscale: #5B5B5B. Windows color (decimal): -7977127 or 5851014. OLE color: 5851014.

HSL color Cylindrical-coordinate representation of color #864759: hue angle of 342.86º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864759 is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 71 89 -
CMYK 0 0.47 0.34 0.47
HSL 342.86º 0.31% 0.4% -
HSV(B) 342.86º 0.47% 0.53% -
XYZ 13.89 10.3 10.71 -
YUV 91.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 134 71 89 0 0.47 0.34 0.47 342.86 0.31 0.4
Hex 86 47 59 0 2F 22 2F 157 1F 28
Octal 206 107 131 0 57 42 57 527 37 50
Binary 10000110 1000111 1011001 0 101111 100010 101111 101010111 11111 101000

Color Harmonies of #864759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864759

Black with #864759

Text Example


Text Example

White with #864759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864759; }

 p { color: rgb(134,71,89); }

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

background-color css

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

 a { background-color: rgb(134,71,89); }

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

border-color css

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

 span { border-color: rgb(134,71,89); }

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