Html Css Color HEX #864957 Cannon Pink

📋 copy color: '#864957'

red 134 ◦ green 73 ◦ blue 87

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

Shades of Cannon Pink #864957

Tints of Cannon Pink #864957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.59%

R = 45.58%
G = 24.83%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#864957 (or 0x864957) is known color: Cannon Pink. HEX triplet: 86, 49 and 57. RGB value is (134,73,87). Sum of RGB (Red+Green+Blue) = 134+73+87=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #864957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864957 is #79B6A8. Grayscale: #5C5C5C. Windows color (decimal): -7976617 or 5720454. OLE color: 5720454.

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

Color convert

RGB 134 73 87 -
CMYK 0 0.46 0.35 0.47
HSL 346.23º 0.29% 0.41% -
HSV(B) 346.23º 0.46% 0.53% -
XYZ 13.93 10.52 10.31 -
YUV 92.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 134 73 87 0 0.46 0.35 0.47 346.23 0.29 0.41
Hex 86 49 57 0 2E 23 2F 15A 1D 29
Octal 206 111 127 0 56 43 57 532 35 51
Binary 10000110 1001001 1010111 0 101110 100011 101111 101011010 11101 101001

Color Harmonies of #864957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864957

Black with #864957

Text Example


Text Example

White with #864957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864957; }

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

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

background-color css

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

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

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

border-color css

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

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

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