Html Css Color HEX #865C60 Cannon Pink

📋 copy color: '#865C60'

red 134 ◦ green 92 ◦ blue 96

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

Shades of Cannon Pink #865C60

Tints of Cannon Pink #865C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 41.61%
G = 28.57%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#865C60 (or 0x865C60) is known color: Cannon Pink. HEX triplet: 86, 5C and 60. RGB value is (134,92,96). Sum of RGB (Red+Green+Blue) = 134+92+96=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C60 is #79A39F. Grayscale: #696969. Windows color (decimal): -7971744 or 6315142. OLE color: 6315142.

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

Color convert

RGB 134 92 96 -
CMYK 0 0.31 0.28 0.47
HSL 354.29º 0.19% 0.44% -
HSV(B) 354.29º 0.31% 0.53% -
XYZ 15.77 13.57 12.85 -
YUV 105.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 134 92 96 0 0.31 0.28 0.47 354.29 0.19 0.44
Hex 86 5C 60 0 1F 1C 2F 162 13 2C
Octal 206 134 140 0 37 34 57 542 23 54
Binary 10000110 1011100 1100000 0 11111 11100 101111 101100010 10011 101100

Color Harmonies of #865C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C60

Black with #865C60

Text Example


Text Example

White with #865C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,92,96); }

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

background-color css

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

 a { background-color: rgb(134,92,96); }

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

border-color css

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

 span { border-color: rgb(134,92,96); }

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