Html Css Color HEX #865B63 Cannon Pink

📋 copy color: '#865B63'

red 134 ◦ green 91 ◦ blue 99

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

Shades of Cannon Pink #865B63

Tints of Cannon Pink #865B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 41.36%
G = 28.09%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#865B63 (or 0x865B63) is known color: Cannon Pink. HEX triplet: 86, 5B and 63. RGB value is (134,91,99). Sum of RGB (Red+Green+Blue) = 134+91+99=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #865B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B63 is #79A49C. Grayscale: #686868. Windows color (decimal): -7971997 or 6511494. OLE color: 6511494.

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

Color convert

RGB 134 91 99 -
CMYK 0 0.32 0.26 0.47
HSL 348.84º 0.19% 0.44% -
HSV(B) 348.84º 0.32% 0.53% -
XYZ 15.82 13.45 13.57 -
YUV 104.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 134 91 99 0 0.32 0.26 0.47 348.84 0.19 0.44
Hex 86 5B 63 0 20 1A 2F 15D 13 2C
Octal 206 133 143 0 40 32 57 535 23 54
Binary 10000110 1011011 1100011 0 100000 11010 101111 101011101 10011 101100

Color Harmonies of #865B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B63

Black with #865B63

Text Example


Text Example

White with #865B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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