Html Css Color HEX #864959 Cannon Pink

📋 copy color: '#864959'

red 134 ◦ green 73 ◦ blue 89

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

Shades of Cannon Pink #864959

Tints of Cannon Pink #864959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

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

R = 45.27%
G = 24.66%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#864959 (or 0x864959) is known color: Cannon Pink. HEX triplet: 86, 49 and 59. RGB value is (134,73,89). Sum of RGB (Red+Green+Blue) = 134+73+89=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #864959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864959 is #79B6A6. Grayscale: #5D5D5D. Windows color (decimal): -7976615 or 5851526. OLE color: 5851526.

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

Color convert

RGB 134 73 89 -
CMYK 0 0.46 0.34 0.47
HSL 344.26º 0.29% 0.41% -
HSV(B) 344.26º 0.46% 0.53% -
XYZ 14.02 10.55 10.75 -
YUV 93.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 134 73 89 0 0.46 0.34 0.47 344.26 0.29 0.41
Hex 86 49 59 0 2E 22 2F 158 1D 29
Octal 206 111 131 0 56 42 57 530 35 51
Binary 10000110 1001001 1011001 0 101110 100010 101111 101011000 11101 101001

Color Harmonies of #864959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864959

Black with #864959

Text Example


Text Example

White with #864959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864959; }

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

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

background-color css

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

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

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

border-color css

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

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

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