Html Css Color HEX #864C63 Cannon Pink

📋 copy color: '#864C63'

red 134 ◦ green 76 ◦ blue 99

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

Shades of Cannon Pink #864C63

Tints of Cannon Pink #864C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.6%

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

R = 43.37%
G = 24.6%
B = 32.04%

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

#864C63 (or 0x864C63) is known color: Cannon Pink. HEX triplet: 86, 4C and 63. RGB value is (134,76,99). Sum of RGB (Red+Green+Blue) = 134+76+99=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #864C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C63 is #79B39C. Grayscale: #5F5F5F. Windows color (decimal): -7975837 or 6507654. OLE color: 6507654.

HSL color Cylindrical-coordinate representation of color #864C63: hue angle of 336.21º degrees, saturation: 0.28, 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 #864C63 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 76 99 -
CMYK 0 0.43 0.26 0.47
HSL 336.21º 0.28% 0.41% -
HSV(B) 336.21º 0.43% 0.53% -
XYZ 14.67 11.14 13.18 -
YUV 95.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 134 76 99 0 0.43 0.26 0.47 336.21 0.28 0.41
Hex 86 4C 63 0 2B 1A 2F 150 1C 29
Octal 206 114 143 0 53 32 57 520 34 51
Binary 10000110 1001100 1100011 0 101011 11010 101111 101010000 11100 101001

Color Harmonies of #864C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C63

Black with #864C63

Text Example


Text Example

White with #864C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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