Html Css Color HEX #864859 Cannon Pink

📋 copy color: '#864859'

red 134 ◦ green 72 ◦ blue 89

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

Shades of Cannon Pink #864859

Tints of Cannon Pink #864859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.41%

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

R = 45.42%
G = 24.41%
B = 30.17%

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

#864859 (or 0x864859) is known color: Cannon Pink. HEX triplet: 86, 48 and 59. RGB value is (134,72,89). Sum of RGB (Red+Green+Blue) = 134+72+89=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #864859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864859 is #79B7A6. Grayscale: #5C5C5C. Windows color (decimal): -7976871 or 5851270. OLE color: 5851270.

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

Color convert

RGB 134 72 89 -
CMYK 0 0.46 0.34 0.47
HSL 343.55º 0.3% 0.4% -
HSV(B) 343.55º 0.46% 0.53% -
XYZ 13.95 10.42 10.73 -
YUV 92.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 134 72 89 0 0.46 0.34 0.47 343.55 0.3 0.4
Hex 86 48 59 0 2E 22 2F 158 1E 28
Octal 206 110 131 0 56 42 57 530 36 50
Binary 10000110 1001000 1011001 0 101110 100010 101111 101011000 11110 101000

Color Harmonies of #864859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864859

Black with #864859

Text Example


Text Example

White with #864859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864859; }

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

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

background-color css

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

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

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

border-color css

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

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

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