Html Css Color HEX #864D63 Cannon Pink

📋 copy color: '#864D63'

red 134 ◦ green 77 ◦ blue 99

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

Shades of Cannon Pink #864D63

Tints of Cannon Pink #864D63

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

 BLUE value IS 99 (39.06% from 255) = 31.94%

R = 43.23%
G = 24.84%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#864D63 (or 0x864D63) is known color: Cannon Pink. HEX triplet: 86, 4D and 63. RGB value is (134,77,99). Sum of RGB (Red+Green+Blue) = 134+77+99=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #864D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D63 is #79B29C. Grayscale: #606060. Windows color (decimal): -7975581 or 6507910. OLE color: 6507910.

HSL color Cylindrical-coordinate representation of color #864D63: hue angle of 336.84º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D63 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 77 99 -
CMYK 0 0.43 0.26 0.47
HSL 336.84º 0.27% 0.41% -
HSV(B) 336.84º 0.43% 0.53% -
XYZ 14.74 11.28 13.2 -
YUV 96.55 129.38 154.71 -
System Red Green Blue C M Y K H S L
Decimal 134 77 99 0 0.43 0.26 0.47 336.84 0.27 0.41
Hex 86 4D 63 0 2B 1A 2F 151 1B 29
Octal 206 115 143 0 53 32 57 521 33 51
Binary 10000110 1001101 1100011 0 101011 11010 101111 101010001 11011 101001

Color Harmonies of #864D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D63

Black with #864D63

Text Example


Text Example

White with #864D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864D63; }

 p { color: rgb(134,77,99); }

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

background-color css

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

 a { background-color: rgb(134,77,99); }

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

border-color css

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

 span { border-color: rgb(134,77,99); }

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