Html Css Color HEX #865963 Cannon Pink

📋 copy color: '#865963'

red 134 ◦ green 89 ◦ blue 99

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

Shades of Cannon Pink #865963

Tints of Cannon Pink #865963

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

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

R = 41.61%
G = 27.64%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#865963 (or 0x865963) is known color: Cannon Pink. HEX triplet: 86, 59 and 63. RGB value is (134,89,99). Sum of RGB (Red+Green+Blue) = 134+89+99=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865963 is #79A69C. Grayscale: #676767. Windows color (decimal): -7972509 or 6510982. OLE color: 6510982.

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

Color convert

RGB 134 89 99 -
CMYK 0 0.34 0.26 0.47
HSL 346.67º 0.2% 0.44% -
HSV(B) 346.67º 0.34% 0.53% -
XYZ 15.66 13.11 13.51 -
YUV 103.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 134 89 99 0 0.34 0.26 0.47 346.67 0.2 0.44
Hex 86 59 63 0 22 1A 2F 15B 14 2C
Octal 206 131 143 0 42 32 57 533 24 54
Binary 10000110 1011001 1100011 0 100010 11010 101111 101011011 10100 101100

Color Harmonies of #865963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865963

Black with #865963

Text Example


Text Example

White with #865963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865963; }

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

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

background-color css

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

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

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

border-color css

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

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

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